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;