fix vertical sizing change of popover in new folder flow
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
4bb1154f50
commit
40a11f12c0
|
@ -815,6 +815,7 @@ html.ie8 #controls .button.new {
|
||||||
.newFileMenu .filenameform input {
|
.newFileMenu .filenameform input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
margin: -2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fileList .popovermenu .action {
|
#fileList .popovermenu .action {
|
||||||
|
|
Loading…
Reference in New Issue