mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-07-05 11:20:49 +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 {
|
table {
|
||||||
|
width: 900px;
|
||||||
width: min(90vw, 900px);
|
width: min(90vw, 900px);
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue