From b01bda92383d39c226112e03bdd199a51657b622 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Antonio=20Frias=20Butr=C3=B3n?= Date: Thu, 16 Jan 2014 00:13:26 -0400 Subject: [PATCH] Reserve enough space for the buttons at the bottom of the message list --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.43.2