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:
Alexandr Danilov 2015-08-08 00:00:11 +03:00
parent 0e7650683d
commit 342f0cc55a

View file

@ -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 {