joomla / cassiopeia

Home of the Cassiopeia frontend template working group for version 4 of the Joomla! Content Management System
GNU General Public License v2.0
7 stars 16 forks source link

Fix margin problem in submenus #243

Closed drmenzelit closed 3 years ago

drmenzelit commented 3 years ago

Pull Request for Issue # .

Summary of Changes

Change padding right/left for submenus Add negative margin right/left to submenus at level-3 and above

Testing Instructions

Run npm run build:css

Expected result

The submenus at level-3 and above are all aligned to the right (or left in rtl)

Actual result

The submenus are not aligned, the "boxes" are going smaller from level to level

richard67 commented 3 years ago

I have tested this PR :white_check_mark: with success.

richard67 commented 3 years ago

Thanks!