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:
John Molakvoæ 2017-10-12 20:01:51 +02:00 committed by GitHub
commit fadd33040c

View file

@ -423,7 +423,8 @@ kbd {
position: absolute;
background-color: $color-main-background;
z-index: -1;
form {
form,
div {
display: inline-flex;
width: 100%;
}