From e7ac0c4adebaad3a0474fe0a8ce74acbcdb43e52 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sat, 29 Sep 2018 16:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=BE=AE=E8=B0=83control-label=E6=9C=80=E5=A4=A7=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E8=B0=83=E6=95=B4=E4=B8=BA90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme-responsive.css | 2 +- Bootstrap.Admin/wwwroot/css/theme.css | 2 +- Bootstrap.Client/wwwroot/css/theme.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index 242a79ca..900365a9 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -16,7 +16,7 @@ @media (min-width: 576px) { .form-group .form-control-url { - width: calc(100% - 90px); + width: calc(100% - 125px); } .form-inline .control-label { diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 9fd1c8b1..432a44f4 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -70,7 +70,7 @@ input.pending { .form-inline .form-group .control-label { margin-right: 10px; - width: 80px; + width: 90px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index d927d0b3..7be5295c 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -70,7 +70,7 @@ input.pending { .form-inline .form-group .control-label { margin-right: 10px; - width: 80px; + width: 90px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;