mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +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;
|
||||
}
|
||||
|
||||
.input-field.nav-panel-add, .input-field.nav-panel-add form {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
2 = Side-nav
|
||||
========================================================================== */
|
||||
|
|
Loading…
Reference in a new issue