diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-11-29 16:56:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 16:56:16 +0100 |
commit | 7780e45348e9a45f081bb199e4679d69e0b5336c (patch) | |
tree | b638f8fb3116cc3727879f95ab04ad30714ad917 /apps/files | |
parent | e86ea95043c03974ac5d593e80ec5a87f70b04a2 (diff) | |
parent | bd18349f46bdcd1b683ce3440db3d2815a796d40 (diff) | |
download | nextcloud-server-7780e45348e9a45f081bb199e4679d69e0b5336c.tar.gz nextcloud-server-7780e45348e9a45f081bb199e4679d69e0b5336c.zip |
Merge pull request #2388 from nextcloud/share-table-ellipsis
Fix whitespace between sharee name and icons #2384
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; |