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;
|
||||
min-height: 32px;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
position: relative;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
|
@ -136,7 +135,8 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.Label {
|
||||
margin: 5px;
|
||||
margin: 0 5px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue