mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-06-19 06:31:15 +00:00
Add fallback value
This commit is contained in:
parent
f2724f37ad
commit
34c404906f
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
}
|
||||
|
||||
table {
|
||||
width: 900px;
|
||||
width: min(90vw, 900px);
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue