FIX: layout bug on hidpi screens
using px for measurements is as bad an idea as ever, one place down.
This commit is contained in:
parent
c8e3ff0212
commit
45c9f19da3
@ -50,7 +50,7 @@ ul {
|
|||||||
|
|
||||||
.label, label {
|
.label, label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 100px;
|
min-width: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user