Fix Organized Content Arrows #318

Merged
w25tran merged 3 commits from fix-oc-arrows into main 2021-09-20 20:00:09 -04:00
Contributor

Closes #262

Closes #262
w25tran added 1 commit 2021-09-13 20:46:53 -04:00
continuous-integration/drone/push Build is passing Details
e16fcc0573
Make div width 100%
Owner

This also causes the underlines to max out.

image

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 the flex-shrink: 0 property on the arrows instead.

This also causes the underlines to max out. ![image](/attachments/5a76995b-cae6-49bc-93bd-17587c44f41b) 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 the `flex-shrink: 0` property on the arrows instead.
w25tran added 2 commits 2021-09-17 00:23:43 -04:00
continuous-integration/drone/push Build is passing Details
29070e9648
Make flex-shrink 0
a3thakra approved these changes 2021-09-17 01:05:05 -04:00
w25tran merged commit 0277badf41 into main 2021-09-20 20:00:09 -04:00
a3thakra deleted branch fix-oc-arrows 2021-09-22 22:53:11 -04:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/www-new#318
No description provided.