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) {