diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-15 12:52:22 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 19:02:33 +0100 |
commit | 5eab1cdece0b263a64b20df70bfd1473213871a8 (patch) | |
tree | c8e483a65cb997d3cfd76579a743980f7b9ff07e /apps/files | |
parent | 64be76008a8f982b72082b31bea13b3c6017e461 (diff) | |
download | nextcloud-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.css | 4 |
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 */ |