set a min image height for medical-sources-card, to ensure SVG images are always displayed.

This commit is contained in:
Jason Kulatunga 2023-08-11 08:13:04 -06:00
parent 204d35b64b
commit ba64565a06
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.img-fluid {
min-height:50px;
}