Fix input field for new folder - fixes #2245

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-12-02 12:53:24 +01:00
parent 1b5ff9f5c7
commit 4bb1154f50
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 2 additions and 1 deletions

View File

@ -813,7 +813,8 @@ html.ie8 #controls .button.new {
}
.newFileMenu .filenameform input {
width: 100px;
width: 100%;
box-sizing: border-box;
}
#fileList .popovermenu .action {