Allow div instead of forms on editable nav entries
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
af4810d5e5
commit
cd4629b2ae
|
@ -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 New Issue