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; } }