Fixed table row height (#723)
This commit is contained in:
parent
52062d452d
commit
7817958aa9
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,6 @@
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 30px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
@ -136,7 +135,8 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
.Label {
|
.Label {
|
||||||
margin: 5px;
|
margin: 0 5px;
|
||||||
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue