fixing label height
This commit is contained in:
parent
8361d2f1ee
commit
26235fa3d1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue