Add min-width for #tablestatistics tables
This commit is contained in:
parent
9fab9deb3e
commit
a181cc3fcb
@ -816,6 +816,7 @@ div#tablestatistics table {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-<?php echo $right; ?>: 0.5em;
|
||||
min-width: 16em;
|
||||
}
|
||||
/* END table stats */
|
||||
|
||||
|
||||
@ -1067,6 +1067,7 @@ div#tablestatistics table {
|
||||
margin-bottom: .5em;
|
||||
margin-<?php echo $right; ?>: 1.5em;
|
||||
margin-top: .5em;
|
||||
min-width: 16em;
|
||||
}
|
||||
|
||||
/* END table stats */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user