Fix widths

This commit is contained in:
Daniel Bulant 2020-04-14 15:33:36 +02:00
parent 79370f5749
commit 734d6f4ddd

View file

@ -69,12 +69,13 @@
word-break: normal; word-break: normal;
} }
.null, .extra,
.key { .key {
width: 30px; width: 30px;
} }
.default, .extra { .null,
.default {
width: 50px; width: 50px;
} }
</style> </style>