mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -815,6 +815,7 @@ html.ie8 #controls .button.new {
|
|||
.newFileMenu .filenameform input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin: -2px 0;
|
||||
}
|
||||
|
||||
#fileList .popovermenu .action {
|
||||
|
|
|
|||
Loading…
Reference in a new issue