Allow div instead of forms on editable nav entries

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-10-11 21:08:21 +02:00
parent af4810d5e5
commit cd4629b2ae
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 2 additions and 1 deletions

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%;
}