reduce newUI entry vertical padding and define it in one place
This commit is contained in:
parent
9165e6c1e2
commit
d346cb0a5a
|
@ -326,6 +326,8 @@ select {
|
|||
.newUI .entry {
|
||||
display: table-row;
|
||||
contain: strict;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.newUI .entry.odd {
|
||||
|
@ -333,7 +335,7 @@ select {
|
|||
}
|
||||
|
||||
.newUI .entry > * {
|
||||
padding: .9rem 0 1rem;
|
||||
padding: .5rem 0;
|
||||
margin: 0;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in New Issue
Block a user