diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index afa4e2b86..369ea198c 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -2405,6 +2405,10 @@ footer { height: 65px; } + .form-inline .form-group:last-child { + flex-grow: 0; + } + .form-group.is-changed { position: relative; } @@ -2443,7 +2447,7 @@ footer { } .form-inline .form-group .btn { - width: 100%; + margin: 10px; } .form-inline .form-group:not(:last-child) {