X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea92d66cc0668246f026c5d5394d53180be040c3..00dbe5f4a4bffdac2ac093cbd42e17da9945851c:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 4664578cd..136404858 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -977,9 +977,13 @@ 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: $lineheight/4; + margin-bottom: $spacer * 0.25; } }