From 86ad98edcd750fc4eb17ee89aee17649a5b0e667 Mon Sep 17 00:00:00 2001 From: Argo-Dell Date: Fri, 23 Aug 2019 14:52:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20AdminLTE=20=E6=A0=B7=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E7=AB=99=E7=82=B9=E5=90=8D=E7=A7=B0=E6=8A=98=E8=A1=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E9=A1=B5=E8=84=9A=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 2 +- Bootstrap.Client/wwwroot/css/theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 36619ec4..2254c606 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -266,7 +266,6 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou padding: 10px 10px; transition: background .3s linear, color .3s linear; display: block; - vertical-align: middle; white-space: nowrap; } @@ -334,6 +333,7 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou color: #777; flex: 1 1 auto; padding: 12px 0; + white-space: nowrap; transition: color .3s linear; } diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index 36619ec4..2254c606 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -266,7 +266,6 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou padding: 10px 10px; transition: background .3s linear, color .3s linear; display: block; - vertical-align: middle; white-space: nowrap; } @@ -334,6 +333,7 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou color: #777; flex: 1 1 auto; padding: 12px 0; + white-space: nowrap; transition: color .3s linear; }