summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-07-20 14:25:23 +0200
committerRobin Appelman <icewind@owncloud.com>2016-07-20 14:25:23 +0200
commit341948155d661407289e1ac6aa0275d377217d41 (patch)
treebf81e3f3cd6398cf8ddc32fcdfcaebf14fedc5e2 /settings
parent66db0f3155d57e6ceb4865d06bea4d094ee104da (diff)
downloadnextcloud-server-341948155d661407289e1ac6aa0275d377217d41.tar.gz
nextcloud-server-341948155d661407289e1ac6aa0275d377217d41.zip
fix apppassword table with only a few entries being streched
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index a190cd91b00..50280ef2a0a 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -102,7 +102,7 @@ table.nostyle td { padding: 0.2em 0; }
#sessions table,
#apppasswords table {
width: 100%;
- min-height: 150px;
+ min-height: 50px;
padding-top: 5px;
max-width: 580px;
}