summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/detailsView.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css
index 094f44fdf05..f91fe3319e5 100644
--- a/apps/files/css/detailsView.css
+++ b/apps/files/css/detailsView.css
@@ -27,11 +27,6 @@
width: 90%;
}
-#app-sidebar .file-details-container {
- display: inline-block;
- float: left;
-}
-
#app-sidebar .thumbnailContainer.large {
margin-left: -15px;
margin-right: -35px; /* 15 + 20 for the close button */
@@ -97,7 +92,7 @@
}
#app-sidebar .fileName h3 {
- max-width: 300px;
+ width: calc(100% - 36px); /* 36px is the with of the copy link icon */
display: inline-block;
padding: 5px 0;
margin: -5px 0;