CSR-1538: CSS tweak to keep text in place regardless of image load on list-card

This commit is contained in:
Adam Caouette 2023-07-18 17:09:45 -04:00
parent 49143db1c6
commit 4518e78745

View file

@ -96,6 +96,7 @@ export default {
outline: none;
display: flex;
position: relative;
justify-content: space-between;
p {
color: $gray-600;