From 35ff82de51545a605a8b626e0d7884b6b4df1e3b Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sat, 19 Nov 2016 11:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9AiOS=E5=B0=8F?= =?UTF-8?q?=E5=B1=8F=E8=AE=BE=E5=A4=87=E6=A8=AA=E5=B1=8F=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E5=BC=B9=E6=A1=86=E4=B8=8D=E5=8F=AF=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/admin-responsive.css | 7 +++++++ Bootstrap.Admin/Content/css/admin.css | 1 + 2 files changed, 8 insertions(+) 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 {