Skip to content
Snippets Groups Projects
Commit 08d118ea authored by Robin McCorkell's avatar Robin McCorkell
Browse files

Merge pull request #13421 from owncloud/fix-rename

Fixes shifted rename field
parents 3465604c 48ad4ba9
No related branches found
No related tags found
No related merge requests found
...@@ -264,7 +264,7 @@ table td.filename .thumbnail { ...@@ -264,7 +264,7 @@ table td.filename .thumbnail {
table td.filename input.filename { table td.filename input.filename {
width: 70%; width: 70%;
margin-top: 9px; margin-top: 9px;
margin-left: 8px; margin-left: 48px;
cursor: text; cursor: text;
} }
.has-favorites table td.filename input.filename { .has-favorites table td.filename input.filename {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment