# HG changeset patch # User bsw # Date 1612913417 -3600 # Node ID 9cf1f17ac730d67dcf6554ea271e7bf3d80b0fc9 # Parent afff8198bd989b1af28b4894874258307e0e9467 Fixed minimum height style of card action area diff -r afff8198bd98 -r 9cf1f17ac730 static/lf4.css --- a/static/lf4.css Tue Feb 09 23:10:56 2021 +0100 +++ b/static/lf4.css Wed Feb 10 00:30:17 2021 +0100 @@ -174,7 +174,7 @@ padding-bottom: 0; } .mdl-card__actions { - overflow: auto; + min-height: 52px; } .mdl-card__actions.mdl-card--action-border, .mdl-card__content.mdl-card--border {