diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-19 11:42:57 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-19 11:42:57 +0200 |
commit | 9b22be2023bd441e4a54e9a5f1be85be421c0341 (patch) | |
tree | fa23137312b06c0cd45585eefd65e89aa499c7a0 /settings | |
parent | 762cc2a77389aa16369c7cfeeb3b08434092c707 (diff) | |
download | nextcloud-server-9b22be2023bd441e4a54e9a5f1be85be421c0341.tar.gz nextcloud-server-9b22be2023bd441e4a54e9a5f1be85be421c0341.zip |
set max width for sessions tables so it doesn’t go crazy on large screens
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 3df484c74b5..a190cd91b00 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -104,6 +104,7 @@ table.nostyle td { padding: 0.2em 0; } width: 100%; min-height: 150px; padding-top: 5px; + max-width: 580px; } #sessions table th, #apppasswords table th { |