Browse Source

Allow div instead of forms on editable nav entries

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v13.0.0beta1
John Molakvoæ (skjnldsv) 6 years ago
parent
commit
cd4629b2ae
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      core/css/apps.scss

+ 2
- 1
core/css/apps.scss 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%;
}

Loading…
Cancel
Save