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 @@
-
+