aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-29 16:56:16 +0100
committerGitHub <noreply@github.com>2016-11-29 16:56:16 +0100
commit7780e45348e9a45f081bb199e4679d69e0b5336c (patch)
treeb638f8fb3116cc3727879f95ab04ad30714ad917 /apps/files
parente86ea95043c03974ac5d593e80ec5a87f70b04a2 (diff)
parentbd18349f46bdcd1b683ce3440db3d2815a796d40 (diff)
downloadnextcloud-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.css5
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;