Index: ui/file_manager/gallery/css/gallery.css |
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css |
index 8a3eaf7f20bb728c4d3de9136d848d3354c1f1ee..8f25ea353c1a832fbc9fc8eb287f9dda5c11dc99 100644 |
--- a/ui/file_manager/gallery/css/gallery.css |
+++ b/ui/file_manager/gallery/css/gallery.css |
@@ -303,28 +303,26 @@ input[type='checkbox']:checked { |
} |
.gallery .filename-spacer .namebox { |
- height: 22px; |
- top: 15px; |
-} |
- |
-.gallery[editing] .filename-spacer .namebox { |
- height: 21px; |
- top: 5px; |
-} |
- |
-.gallery .filename-spacer .namebox { |
background-color: transparent; |
border: none; |
box-sizing: border-box; |
cursor: pointer; |
display: block; |
font-size: 120%; |
+ height: 22px; |
outline: none; |
overflow: hidden; |
padding: 0 3px; |
position: absolute; |
text-overflow: ellipsis; |
+ top: 15px; |
white-space: nowrap; |
+ width: 100%; |
+} |
+ |
+.gallery[editing] .filename-spacer .namebox { |
+ height: 21px; |
+ top: 5px; |
} |
.gallery .filename-spacer .namebox[disabled] { |