Fix stream highlight height in Safari

(imported from commit b5860bb0422ac619a052f2c546c0219e405e0daf)
This commit is contained in:
Allen Rabinovich 2013-11-22 12:56:20 -08:00
parent 1d4a92ec0e
commit 81881aa682
1 changed files with 4 additions and 0 deletions

View File

@ -2162,6 +2162,10 @@ table.floating_recipient {
font-size: 12px;
}
.subscription_header {
min-height: 47px;
}
.subscription_header .subscription_name {
display: inline-block;
width: auto;