mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-06-19 06:31:15 +00:00
Fix widths
This commit is contained in:
parent
79370f5749
commit
734d6f4ddd
1 changed files with 4 additions and 3 deletions
|
|
@ -69,12 +69,13 @@
|
|||
word-break: normal;
|
||||
}
|
||||
|
||||
.null,
|
||||
.extra,
|
||||
.key {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.default, .extra {
|
||||
|
||||
.null,
|
||||
.default {
|
||||
width: 50px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue