app/assets/sass/layout/_navigation.scss: "pull-right" is renamed to "float-end" in bootstrap 5.2.0
This commit is contained in:
parent
4403f5c2bb
commit
18466d273c
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
|||
// User Menu
|
||||
// -------------------
|
||||
&-user-menu {
|
||||
@extend .nav, .pull-right;
|
||||
@extend .nav, .float-end;
|
||||
margin-top: 10px;
|
||||
|
||||
&-login {
|
||||
|
|
|
|||
Reference in a new issue