mirror of
https://github.com/danbulant/mysqlExporterDeno
synced 2026-05-19 04:08:50 +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 {
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue