Fix column overflows

This commit is contained in:
Daniel Bulant 2020-04-14 13:23:22 +02:00
parent 34c404906f
commit b8d4725ec9

View file

@ -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;