mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
fix #1281 (When I save 10 articles, I've got 4 lines: 3 articles on 1st line, 3 on 2nd one, only 1 on 3rd line and 3 on last lines (chrome and firefox))
This commit is contained in:
parent
0e7650683d
commit
342f0cc55a
1 changed files with 3 additions and 2 deletions
|
@ -69,7 +69,7 @@ nav, main, footer {
|
|||
}
|
||||
|
||||
.nav-panels {
|
||||
overflov: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.nav-panel-buttom li {
|
||||
|
@ -143,7 +143,8 @@ main ul.row {
|
|||
}
|
||||
|
||||
.data .card .card-content {
|
||||
min-height: 25em;
|
||||
height: 22em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.card .card-content .card-title {
|
||||
|
|
Loading…
Reference in a new issue