Advertisement
arie_cristianD

dropdown menu min-width

Nov 27th, 2023
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.07 KB | None | 0 0
  1. /* dropdown menu min-width */
  2.  
  3. .jeg_menu li>ul {
  4.   min-width : 10em ;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement