diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-29 13:47:37 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-29 13:47:37 +0100 |
commit | bd18349f46bdcd1b683ce3440db3d2815a796d40 (patch) | |
tree | 9b1c385400b1598a97d1294aeff7b5708d473798 /apps/files | |
parent | ab751277a1eadddc0e1f632c89b1e4c9a20e04a5 (diff) | |
download | nextcloud-server-bd18349f46bdcd1b683ce3440db3d2815a796d40.tar.gz nextcloud-server-bd18349f46bdcd1b683ce3440db3d2815a796d40.zip |
Fix mobile view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/mobile.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index c465f890dda..2de99689839 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -61,11 +61,6 @@ table td.filename .nametext .innernametext { max-width: 50%; } -/* ellipsis on user names in share sidebar, less on mobile */ -#shareWithList .username { - max-width: 80px !important; -} - /* proper notification area for multi line messages */ #notification-container { display: -webkit-box; |