Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-19 12:42:57 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-19 12:42:57 +0300
commit9b22be2023bd441e4a54e9a5f1be85be421c0341 (patch)
treefa23137312b06c0cd45585eefd65e89aa499c7a0 /settings
parent762cc2a77389aa16369c7cfeeb3b08434092c707 (diff)
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.css1
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 {