summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-12-02 14:49:19 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-12-02 14:49:19 +0100
commitac527769c50ca90e49f0219d96f49c48384a624f (patch)
tree84696580e0311b23acd59cc0f8c560ea9672a427 /apps/files
parentbc597b184306aa39a48963cb9a8015354c6e2ce2 (diff)
downloadnextcloud-server-ac527769c50ca90e49f0219d96f49c48384a624f.tar.gz
nextcloud-server-ac527769c50ca90e49f0219d96f49c48384a624f.zip
fix width of filename in sidebar to accommodate local link
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/detailsView.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css
index 094f44fdf05..65b12c0d9b6 100644
--- a/apps/files/css/detailsView.css
+++ b/apps/files/css/detailsView.css
@@ -97,7 +97,7 @@
}
#app-sidebar .fileName h3 {
- max-width: 300px;
+ max-width: 85%;
display: inline-block;
padding: 5px 0;
margin: -5px 0;