summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/style.css
diff options
context:
space:
mode:
authorChristian Hofmaier2018-03-29 18:12:42 +0200
committerChristian Hofmaier2018-03-29 18:12:42 +0200
commit81d4053dfddaf432e1485c6a74140c1e5de11e7b (patch)
tree3b127982ea886f7e2296dc532807f1d164536d36 /modules-available/usblockoff/style.css
parent[usb-lock-off] fixed text out of panel-heading-border if window gets too small. (diff)
downloadslx-admin-81d4053dfddaf432e1485c6a74140c1e5de11e7b.tar.gz
slx-admin-81d4053dfddaf432e1485c6a74140c1e5de11e7b.tar.xz
slx-admin-81d4053dfddaf432e1485c6a74140c1e5de11e7b.zip
[usb-lock-off] fixed table out of border when window getting smaller
Diffstat (limited to 'modules-available/usblockoff/style.css')
-rw-r--r--modules-available/usblockoff/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/usblockoff/style.css b/modules-available/usblockoff/style.css
index b54b2d88..266ca2ec 100644
--- a/modules-available/usblockoff/style.css
+++ b/modules-available/usblockoff/style.css
@@ -1,9 +1,9 @@
-#configurationTable {
+.fixedTableLayout {
table-layout: fixed;
width: 100%;
}
-#configurationTable th, #configurationTable td {
+.tableWrapBreakWord{
word-wrap: break-word
}