thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.59k stars 3.68k forks source link

Navbar items on collapse has incorrect styles #1204

Closed sushantdhiman closed 2 years ago

sushantdhiman commented 2 years ago

With zephyr theme, if you viewing with small screen size, styling for Nav with collapsible items look incorrect. There is very small padding on x-axis on both sides.

For example :-

image

sushantdhiman commented 2 years ago

Following appears to be the cause

https://github.com/thomaspark/bootswatch/blob/d982c0baf3e425df284cbefa1a12620d6fbaf6e0/dist/zephyr/bootstrap.css#L3837-L3838

For now I have fixed this with

.navbar-nav {
     --bs-nav-link-padding-x: 0.5rem;
}