diff --git a/Bootstrap.Admin/Content/css/admin-responsive.css b/Bootstrap.Admin/Content/css/admin-responsive.css index f7e7a150..2869a06d 100644 --- a/Bootstrap.Admin/Content/css/admin-responsive.css +++ b/Bootstrap.Admin/Content/css/admin-responsive.css @@ -99,3 +99,10 @@ padding-bottom: 54px; } } + +@media (max-height: 400px) { + .modal-body { + height: 180px; + overflow-y: auto; + } +} diff --git a/Bootstrap.Admin/Content/css/admin.css b/Bootstrap.Admin/Content/css/admin.css index c71f7d45..1c186598 100644 --- a/Bootstrap.Admin/Content/css/admin.css +++ b/Bootstrap.Admin/Content/css/admin.css @@ -1,5 +1,6 @@ .logfile { color: #d41404; + white-space: nowrap; } .logfile:focus, .logfile:active, .logfile:hover {