Skip to content

Commit

Permalink
fix filename input
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Sep 7, 2022
1 parent 417f46e commit ce225b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/files/css/files.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ table tr[data-has-preview='true'] .thumbnail {
}

table td.filename input.filename {
width: 70%;
margin-left: 48px;
width: 70% !important;
margin-left: 48px !important;
cursor: text;
}
table td.filename form {
Expand Down
4 changes: 2 additions & 2 deletions apps/files/css/merged.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce225b5

Please sign in to comment.