Reserve enough space for the buttons at the bottom of the message list

This commit is contained in:
Marco Antonio Frias Butrón 2014-01-16 00:13:26 -04:00 committed by Tom Hughes
parent affe17a31a
commit b01bda9238

View file

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