fixes admin geozones tables

This commit is contained in:
decabeza
2017-05-25 11:12:09 +02:00
parent 26b186a740
commit 9dca1940ab
2 changed files with 5 additions and 1 deletions

View File

@@ -95,6 +95,10 @@ body.admin {
}
}
td.break {
word-break: break-word;
}
&.fixed {
table-layout: fixed;
}