summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-23 11:24:59 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-25 14:08:38 +0200
commit910a431653f897e8e382c43d288d64fe5c201787 (patch)
treeec863d2f64cceda65304d3a8af8e48df3e703e23 /settings/css
parentf8f6529653299e64a900fe2044760310b9c7765a (diff)
downloadnextcloud-server-910a431653f897e8e382c43d288d64fe5c201787.tar.gz
nextcloud-server-910a431653f897e8e382c43d288d64fe5c201787.zip
Real ellipsis and better line height
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index dc36da9d8a7..e1a58e0f4a7 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -1480,7 +1480,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
&.name,
&.storageLocation {
// better multi-line visual
- line-height: 1em;
+ line-height: 1.3em;
}
&.quota {
.multiselect--active + progress {