Skip to content

Commit 4c56624

Browse files
committed
fix filename input
Signed-off-by: szaimen <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent 58706dd commit 4c56624

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

apps/files/css/files.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ table tr[data-has-preview='true'] .thumbnail {
391391
border: 1px solid var(--color-border);
392392
}
393393

394-
table td.filename input.filename {
395-
width: 70%;
396-
margin-left: 48px;
394+
table:not(.view-grid) td.filename input.filename {
395+
width: 70% !important;
396+
margin-left: 48px !important;
397397
cursor: text;
398398
}
399399
table td.filename form {
@@ -1148,6 +1148,7 @@ table.dragshadow td.size {
11481148
input.filename {
11491149
width: 100%;
11501150
margin-left: 0;
1151+
cursor: text;
11511152
}
11521153
}
11531154
}

apps/files/css/merged.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)