X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a0dd71112a910f68383392bc9efaa26b8e042d3e..3debff60ef50158c5439003ad4357d1f3dcc120b:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 481025d81..a8f138caa 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -975,6 +975,16 @@ tr.turn:hover { } } +/* Bootstrap buttons don't have any vertical margin, so + they touch when adjacent buttons wrap onto a new line + e.g. wide form buttons on a narrow sidebar */ + +.btn-wrapper { + > .btn { + margin-bottom: $spacer * 0.25; + } +} + /* Rules for export sidebar */ .export_form {