Fix squashed tables bug

This commit is contained in:
Ilia Ross
2025-08-09 16:41:45 +03:00
parent 58467ece0b
commit 462483b667

View File

@@ -15,7 +15,7 @@ table.formsection, table.ui_table, table.loginform {
table.ui_table .ui_table {
border: none;
}
table.shrinkwrapper .ui_table {
table.shrinkwrapper > tbody > tr > td > .ui_table {
table-layout: fixed;
}
img, a img { border:0; }