diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index b68a727c..8a43c29a 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -73,6 +73,10 @@ input.pending { justify-content: flex-start; } +.form-inline .form-row, .form-inline .row { + flex: 1 1 auto; +} + .modal-header { background-color: #f5f5f5; padding: 10px 15px; @@ -157,10 +161,6 @@ input.pending { border: 1px dashed #999; } -.form-row, .row { - flex: 1 1 auto; -} - [data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] { padding-right: 30px; } diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index 3698a1d3..28a1b9e1 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -73,6 +73,10 @@ input.pending { justify-content: flex-start; } +.form-inline .form-row, .form-inline .row { + flex: 1 1 auto; +} + .modal-header { background-color: #f5f5f5; padding: 10px 15px; @@ -157,10 +161,6 @@ input.pending { border: 1px dashed #999; } -.form-row, .row { - flex: 1 1 auto; -} - [data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] { padding-right: 30px; }