From b8d4725ec99e8d29dfc215aa6ee96a9b6e07cbf0 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 13:23:22 +0200 Subject: [PATCH] Fix column overflows --- static/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/index.html b/static/index.html index 2dc01c4..dcf9a2a 100644 --- a/static/index.html +++ b/static/index.html @@ -58,6 +58,7 @@ td { padding: 5px; + word-break: break-all; } tr:hover { @@ -65,10 +66,6 @@ color: white; } - .collation, .extra, .default { - word-break: break-all; - } - .null, .key { width: 40px;