Closed resir014 closed 3 years ago
The VaxLocation card's header is currently overflowing and pushing the distance and quota badge out of view.
VaxLocation
The VaxLocation card's header should properly truncate.
Let's go back to the Tailwind Play URL from the mockup and take a look at which styles we're missing.
will adding overflow: auto suffice?
@utopictown, no because the right side is also used display distance. I'm currently working on a fix
Description
The
VaxLocation
card's header is currently overflowing and pushing the distance and quota badge out of view.Expected Behaviour
The
VaxLocation
card's header should properly truncate.Additional Information
Let's go back to the Tailwind Play URL from the mockup and take a look at which styles we're missing.