mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-06-17 21:51:25 +00:00
fix column width and font
This commit is contained in:
parent
c804fb6d7d
commit
225222e511
1 changed files with 7 additions and 1 deletions
|
|
@ -18,6 +18,9 @@
|
|||
font-size: 18px;
|
||||
color: #444;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Noto Sans', sans-serif;
|
||||
}
|
||||
|
||||
|
|
@ -69,10 +72,13 @@
|
|||
word-break: normal;
|
||||
}
|
||||
|
||||
.extra,
|
||||
.key {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.extra {
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.null,
|
||||
.default {
|
||||
|
|
|
|||
Loading…
Reference in a new issue