summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-18 17:03:03 +0200
committerGitHub <noreply@github.com>2016-10-18 17:03:03 +0200
commitd366b0eff02d728fc5c1eb547d130f1d2bafed13 (patch)
treead09b7c39de425112facd04951cd05ca37da0007 /apps
parent10e53729cf4ecd4865d39724db7d49d76743bc9b (diff)
parent22f76d96ad86e6069ca5bb1c54b35fad17b97cbd (diff)
downloadnextcloud-server-d366b0eff02d728fc5c1eb547d130f1d2bafed13.tar.gz
nextcloud-server-d366b0eff02d728fc5c1eb547d130f1d2bafed13.zip
Merge pull request #1774 from nextcloud/ellipsize-sharee
ellipsize sharee name to not overlap with can edit option on mobile
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/mobile.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 10a9a57332e..8e2ef23221d 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -61,6 +61,11 @@ table td.filename .nametext .innernametext {
max-width: 50%;
}
+/* ellipsis on user names in share sidebar */
+#shareWithList .username {
+ max-width: 80px !important;
+}
+
/* proper notification area for multi line messages */
#notification-container {
display: -webkit-box;
@@ -82,4 +87,4 @@ table td.filename .nametext .innernametext {
display: block !important;
}
-} \ No newline at end of file
+}