mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 20:55:10 +02:00
use fixed width for stats tables
This commit is contained in:
parent
b8ac9aa5eb
commit
17befac262
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.jh-type-object, .jh-type-array {
|
.jh-type-object, .jh-type-array {
|
||||||
width: 100%;
|
table-layout: fixed;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue