]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #1281 (When I save 10 articles, I've got 4 lines: 3 articles on 1st line, 3 on...
authorAlexandr Danilov <bitbucket@modos189.ru>
Fri, 7 Aug 2015 21:00:11 +0000 (00:00 +0300)
committerAlexandr Danilov <bitbucket@modos189.ru>
Fri, 7 Aug 2015 21:00:11 +0000 (00:00 +0300)
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css

index d5f03c9163f5022aaccb801598956a55a6f3c07d..154c1bc4158ef650143c92ef14516159489ded07 100755 (executable)
@@ -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 {