Not enough padding on Main Nav Entries with Dropdown Arrow

W1zzard

Well-known member
Affected version
2.3.6
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

The space after the "w" is tiny, 1.875px only

.p-nav-list .p-navEl-link.p-navEl-link--splitMenu {
padding-right: 1.875px;
}

Without user interaction it's not visible, but when hovering, the background color changes and it looks too cramped. A bigger padding like 4px would look much cleaner
 
This is not a bug, just a personal preference. I find it adequate, if not a little too large at 1.875px.

Just use extra.less and add your own personal preference their. If it changes for the better or worse in the future your extra.less will always override.
 
Back
Top Bottom