Merge pull request #1249 from Safelite/bugfix/CSR-1538

CSR-1538: CSS tweak to keep text in place regardless of image load on list-card
This commit is contained in:
AdamCaouetteSafelite 2023-07-19 09:10:14 -04:00 committed by GitHub
commit 3f1af55d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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