mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-07-06 03:40:51 +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;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.null,
|
.extra,
|
||||||
.key {
|
.key {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.default, .extra {
|
.null,
|
||||||
|
.default {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue