mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #6818 from nextcloud/allow-div-on-nav-edit-entry-instead-of-form
Allow div instead of forms on editable nav entries
This commit is contained in:
commit
fadd33040c
1 changed files with 2 additions and 1 deletions
|
|
@ -423,7 +423,8 @@ kbd {
|
|||
position: absolute;
|
||||
background-color: $color-main-background;
|
||||
z-index: -1;
|
||||
form {
|
||||
form,
|
||||
div {
|
||||
display: inline-flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue