fix: make show details stick to the bottom of the xxsmall PostCard
This commit is contained in:
parent
c3db5e6873
commit
49df825cd4
|
@ -212,6 +212,7 @@ PostCard.styles = {
|
||||||
.post-card__show-details {
|
.post-card__show-details {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card__show-details {
|
.post-card__show-details {
|
||||||
|
|
Loading…
Reference in New Issue