Skip to content

Commit 46f6343

Browse files
authored
v1.3.0 Added support for dropdown menu (responsive) alignment
1 parent 0b9d068 commit 46f6343

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ register_nav_menu('main-menu', 'Main menu');
3131
</div>
3232
</nav>
3333
```
34+
### v1.3.0 Added support for dropdown menu (responsive) alignment: https://getbootstrap.com/docs/5.0/components/dropdowns/#menu-alignment
35+
36+
**Here is how it works**:
37+
if one (or more) class(es) related to dropdown responsive alignment (for instance: dropdown-menu-sm-end) are detected inside the class list of the parent element, then they are copied into the class list of the .dropdown-menu element.

0 commit comments

Comments
 (0)