From 734d6f4ddddc5b432657c843e9ff706297627dbe Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 15:33:36 +0200 Subject: [PATCH] Fix widths --- static/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index b680963..a8a0944 100644 --- a/static/index.html +++ b/static/index.html @@ -69,12 +69,13 @@ word-break: normal; } - .null, + .extra, .key { width: 30px; } - - .default, .extra { + + .null, + .default { width: 50px; }