Fixed spacing on multiline messages

pull/1987/head
wmwragg 2016-08-19 16:46:15 +01:00
parent 78692c83a6
commit 85084f5fd7
1 changed files with 4 additions and 1 deletions

View File

@ -73,8 +73,11 @@ limitations under the License.
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
margin-right: 110px;
padding-left: 65px; /* left gutter */
padding-top: 4px;
padding-bottom: 2px;
border-radius: 4px;
line-height: 30px;
min-height: 24px;
line-height: 22px;
}
/* HACK to override line-height which is already marked important elsewhere */