mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Fix issue #1991: correction of the height field to add articles
This commit is contained in:
parent
bf0d9ef534
commit
ceebf13fe8
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,10 @@ nav input {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-field.nav-panel-add, .input-field.nav-panel-add form {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
2 = Side-nav
|
2 = Side-nav
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue