Fixed table row height (#723)

This commit is contained in:
Harshil Sharma 2021-07-14 11:12:25 +05:30 committed by GitHub
parent 52062d452d
commit 7817958aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}