Fix Organized Content Arrows #318
Merged
w25tran
merged 3 commits from fix-oc-arrows
into main
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fix-oc-arrows'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Closes #262
This also causes the underlines to max out.
The underlying cause is that the arrow is in a flex box, and the increased
div
width is making the children inside the flexbox shrink. To fix this, we should use theflex-shrink: 0
property on the arrows instead.0277badf41
into main 1 year agoReviewers
0277badf41
.