Fix a height for our inline image previews.

Without this, the whole message list bounces around a lot,
leading to frustration.

(imported from commit 4857086e7ec4c4fc18436615bd12bb1a6ee9cba4)
This commit is contained in:
Waseem Daher 2013-03-05 17:22:26 -05:00
parent a84947eade
commit ad5bb68906
1 changed files with 1 additions and 2 deletions

View File

@ -752,8 +752,7 @@ table.floating_recipient {
.message_inline_image {
margin-bottom: 5px;
margin-left: 5px;
max-width: 120px;
max-height: 100px;
height: 100px;
}
.actions_popover a {