Closed sushantdhiman closed 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.
zephyr
Nav
x-axis
For example :-
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; }
With
zephyr
theme, if you viewing with small screen size, styling forNav
with collapsible items look incorrect. There is very small padding onx-axis
on both sides.For example :-