diff options
author | Camil Staps | 2015-02-15 11:26:52 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-15 11:26:52 +0100 |
commit | 84474b26a1b42c477ad38534e2f8b744eb125a0a (patch) | |
tree | 02d7f71e079993a9f51358e597cccf5bc9fbf08c | |
parent | Updated error reporting (diff) |
Scrollbar for wide tables
-rw-r--r-- | css/businessadmin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/businessadmin.css b/css/businessadmin.css index d181bc1..3f8b06f 100644 --- a/css/businessadmin.css +++ b/css/businessadmin.css @@ -86,4 +86,8 @@ td .btn.btn-circle:last-child { } .mixitup .mixitup-sort { cursor: pointer; +} + +.table-responsive { + overflow-x: auto; }
\ No newline at end of file |