fix column width and font

This commit is contained in:
Daniel Bulant 2020-04-14 17:29:02 +02:00
parent c804fb6d7d
commit 225222e511

View file

@ -18,6 +18,9 @@
font-size: 18px; font-size: 18px;
color: #444; color: #444;
padding: 0 10px; padding: 0 10px;
}
* {
font-family: 'Noto Sans', sans-serif; font-family: 'Noto Sans', sans-serif;
} }
@ -69,10 +72,13 @@
word-break: normal; word-break: normal;
} }
.extra,
.key { .key {
width: 30px; width: 30px;
} }
.extra {
width: 35px;
}
.null, .null,
.default { .default {