liquid_feedback_frontend
diff static/lf4.css @ 1631:d9ccd0d6ef8c
Fix height of card action area
author | bsw |
---|---|
date | Mon Feb 08 14:28:28 2021 +0100 (2021-02-08) |
parents | 62856200414d |
children | 9cf1f17ac730 |
line diff
1.1 --- a/static/lf4.css Mon Feb 08 14:24:28 2021 +0100 1.2 +++ b/static/lf4.css Mon Feb 08 14:28:28 2021 +0100 1.3 @@ -173,6 +173,9 @@ 1.4 .mdl-card__content.mdl-card--no-bottom-pad { 1.5 padding-bottom: 0; 1.6 } 1.7 +.mdl-card__actions { 1.8 + overflow: auto; 1.9 +} 1.10 .mdl-card__actions.mdl-card--action-border, 1.11 .mdl-card__content.mdl-card--border { 1.12 border-bottom: 1px solid rgba(0, 0, 0, 0.1);