fixing label height

This commit is contained in:
Micho 2013-05-22 23:09:10 +02:00
parent 8361d2f1ee
commit 26235fa3d1
1 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,9 @@
.label { .label {
color: #296780; color: #296780;
font-size: 11px; font-size: 11px;
line-height: 12px;
width: 140px; width: 140px;
height: 24px; height: 22px;
padding: 3px; padding: 3px;
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;