Set min height to text card to fix #141

This commit is contained in:
Roman Cervantes 2019-10-18 13:01:36 -07:00
parent 86396dd8c4
commit 5f7155c53a

View file

@ -62,6 +62,7 @@ export default {
margin-bottom: $gp / 2;
position: relative;
border-radius: $border-radius;
min-height: 50px;
&.card-placeholder {
background: #e5e5e5;