Fix mobile TeamMemberCard width #286
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the exec's bio is too short, the TeamMemberCard does not fill the entire width of the screen. We can probably fix this by either:
min-width: 100%
, orposition
absolute or fixed, then we could maybe try setting bothleft: 0
andright: 0
.