Fix input field for new folder - fixes #2245
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
1b5ff9f5c7
commit
4bb1154f50
|
@ -813,7 +813,8 @@ html.ie8 #controls .button.new {
|
|||
}
|
||||
|
||||
.newFileMenu .filenameform input {
|
||||
width: 100px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#fileList .popovermenu .action {
|
||||
|
|
Loading…
Reference in New Issue