Reduce min height on multi bubbles to remove blank space.

This commit is contained in:
Max Goodman
2013-05-13 00:32:24 -07:00
parent 38486af879
commit 1cfd16ed97

View File

@@ -1046,7 +1046,7 @@ a.author { margin-right: 0.5em; }
@arrow-offset: 40px;
margin-top: -7px - @arrow-offset;
min-width: 130px;
min-height: @arrow-offset * 2;
min-height: @arrow-offset;
padding: 8px 0;
.no-select;