How do you customize the width of a desktop dropdown? #651
switchupcb
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do you customize the width of the desktop dropdown's absolute positioned menu when the font size of the elements are increased (to fit the element without text-wrap) for the https://preline.co/examples/navigations-navbars.html#left-aligned-header example?
text-wrap: nowrap does not work as the element is one one line, but moves past the width of the container (for desktop).
So, to reproduce, click "dropdown" on the desktop version.
How do you set the width of the absolute positioned container?
Beta Was this translation helpful? Give feedback.
All reactions