summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-15 12:52:22 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-17 19:02:33 +0100
commit5eab1cdece0b263a64b20df70bfd1473213871a8 (patch)
treec8e483a65cb997d3cfd76579a743980f7b9ff07e /apps/files
parent64be76008a8f982b72082b31bea13b3c6017e461 (diff)
downloadnextcloud-server-5eab1cdece0b263a64b20df70bfd1473213871a8.tar.gz
nextcloud-server-5eab1cdece0b263a64b20df70bfd1473213871a8.zip
fix layout of sharing list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/mobile.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 8e2ef23221d..c465f890dda 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -61,9 +61,9 @@ table td.filename .nametext .innernametext {
max-width: 50%;
}
-/* ellipsis on user names in share sidebar */
+/* ellipsis on user names in share sidebar, less on mobile */
#shareWithList .username {
- max-width: 80px !important;
+ max-width: 80px !important;
}
/* proper notification area for multi line messages */