From 2d2ba572eb1cd9a2977174d67fed8fabce506646 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Tue, 25 Apr 2017 13:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=96=87=E4=BB=B6=E5=90=8D=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4=E5=BC=B9=E6=A1=86Header=E6=8A=98?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/fa.css | 11 +++++++++++ Bootstrap.Admin/Views/Admin/Exceptions.cshtml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Content/fa.css b/Bootstrap.Admin/Content/fa.css index d320715b..ef59fb49 100644 --- a/Bootstrap.Admin/Content/fa.css +++ b/Bootstrap.Admin/Content/fa.css @@ -236,6 +236,17 @@ margin-left: 4px; } +.modal-header > h4 { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + margin-right: 20px; +} + +.ex-content { + word-break: break-all; +} + @media (min-width: 375px) { .icon-content .modal-footer span { display: inline-block; diff --git a/Bootstrap.Admin/Views/Admin/Exceptions.cshtml b/Bootstrap.Admin/Views/Admin/Exceptions.cshtml index 2b7b866e..d86c0c0a 100644 --- a/Bootstrap.Admin/Views/Admin/Exceptions.cshtml +++ b/Bootstrap.Admin/Views/Admin/Exceptions.cshtml @@ -94,7 +94,7 @@
-
+