liquid_feedback_frontend
changeset 1646:9cf1f17ac730
Fixed minimum height style of card action area
author | bsw |
---|---|
date | Wed Feb 10 00:30:17 2021 +0100 (2021-02-10) |
parents | afff8198bd98 |
children | 123eb46b4d3e |
files | static/lf4.css |
line diff
1.1 --- a/static/lf4.css Tue Feb 09 23:10:56 2021 +0100 1.2 +++ b/static/lf4.css Wed Feb 10 00:30:17 2021 +0100 1.3 @@ -174,7 +174,7 @@ 1.4 padding-bottom: 0; 1.5 } 1.6 .mdl-card__actions { 1.7 - overflow: auto; 1.8 + min-height: 52px; 1.9 } 1.10 .mdl-card__actions.mdl-card--action-border, 1.11 .mdl-card__content.mdl-card--border {