From 22f76d96ad86e6069ca5bb1c54b35fad17b97cbd Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 18 Oct 2016 11:18:25 +0200 Subject: [PATCH] ellipsize sharee name to not overlap with Signed-off-by: Jan-Christoph Borchardt --- apps/files/css/mobile.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 10a9a57332..8e2ef23221 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 +}