mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-19 08:37:18 +00:00
fix: minimum width set for reports to fix squishy tables
This commit is contained in:
@@ -9091,4 +9091,5 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
|
|||||||
|
|
||||||
.reports table {
|
.reports table {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user