mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-05-24 12:35:55 +00:00
Fix column overflows
This commit is contained in:
parent
34c404906f
commit
b8d4725ec9
1 changed files with 1 additions and 4 deletions
|
|
@ -58,6 +58,7 @@
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover {
|
tr:hover {
|
||||||
|
|
@ -65,10 +66,6 @@
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collation, .extra, .default {
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
.null,
|
.null,
|
||||||
.key {
|
.key {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue