You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SubNav items underline renders weirdly when the text breaks in two lines on "pre tablet" screen sizes. Making the span wrapper that contains :after underline display: block; position: relative; solves the issue.
Reproduction steps
On tablet screen sizes when there are a lot of items with a lot of text the underline misbehaves. The issue can be reproduced on https://github.com/features
Expected behavior
Underline spans full width of the SubNav.Item
Screenshots
Current behavior
Expected behavior
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
SubNav
items underline renders weirdly when the text breaks in two lines on "pre tablet" screen sizes. Making thespan
wrapper that contains:after
underlinedisplay: block; position: relative;
solves the issue.Reproduction steps
On tablet screen sizes when there are a lot of items with a lot of text the underline misbehaves. The issue can be reproduced on https://github.com/features
Expected behavior
Underline spans full width of the SubNav.Item
Screenshots
Current behavior
Expected behavior
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered: