From: Marco Antonio Frias ButrĂ³n Date: Thu, 16 Jan 2014 04:13:26 +0000 (-0400) Subject: Reserve enough space for the buttons at the bottom of the message list X-Git-Tag: live~4525 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b01bda92383d39c226112e03bdd199a51657b622 Reserve enough space for the buttons at the bottom of the message list --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index bbe96ddda..088d4e07a 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1698,6 +1698,7 @@ header .search_form { .message-read .message-buttons { margin-top: $lineheight; + margin-bottom: $lineheight * 1.5; padding-top: $lineheight; border-top: 1px solid $lightgrey; }