mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 22:26:41 -04:00
Merge pull request #13421 from owncloud/fix-rename
Fixes shifted rename field
This commit is contained in:
commit
08d118eab7
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ table td.filename .thumbnail {
|
|||
table td.filename input.filename {
|
||||
width: 70%;
|
||||
margin-top: 9px;
|
||||
margin-left: 8px;
|
||||
margin-left: 48px;
|
||||
cursor: text;
|
||||
}
|
||||
.has-favorites table td.filename input.filename {
|
||||
|
|
|
|||
Loading…
Reference in a new issue