mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 21:50:24 +00:00
Set min height to text card to fix #141
This commit is contained in:
parent
86396dd8c4
commit
5f7155c53a
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ export default {
|
|||
margin-bottom: $gp / 2;
|
||||
position: relative;
|
||||
border-radius: $border-radius;
|
||||
min-height: 50px;
|
||||
|
||||
&.card-placeholder {
|
||||
background: #e5e5e5;
|
||||
|
|
Loading…
Reference in a new issue