reduce newUI entry vertical padding and define it in one place

This commit is contained in:
tophf 2018-01-03 16:53:00 +03:00
parent 9165e6c1e2
commit d346cb0a5a

View File

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