From e4728c877f885b15fe0675a368813ed43523f142 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 2 Sep 2018 01:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E6=80=81=E5=BC=B9=E7=AA=97=E5=86=85?= =?UTF-8?q?checkbox=E5=90=8E=E9=9D=A2=E7=9A=84label=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme-responsive.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index c56c466f..242a79ca 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -1,4 +1,10 @@ -@media (min-width: 568px) { +@media (min-width: 375px) { + .form-check-input + span, .form-check-input + label { + max-width: 146px; + } +} + +@media (min-width: 568px) { .toolbar { display: none; } @@ -33,6 +39,10 @@ .btn span:last-child { display: inline; } + + .form-check-input + span, .form-check-input + label { + max-width: 192px; + } } @media (min-width: 992px) {