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; }