@open-rlb/ng-bootstrap 3.1.20 → 3.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4583,7 +4583,7 @@ class NavbarComponent {
|
|
|
4583
4583
|
class="collapse navbar-collapse"
|
|
4584
4584
|
[id]="navId"
|
|
4585
4585
|
>
|
|
4586
|
-
<div class="
|
|
4586
|
+
<div class="d-flex w-100 flex-column flex-lg-row align-items-lg-center">
|
|
4587
4587
|
<ng-content
|
|
4588
4588
|
select="rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"
|
|
4589
4589
|
/>
|
|
@@ -4635,7 +4635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
|
|
|
4635
4635
|
class="collapse navbar-collapse"
|
|
4636
4636
|
[id]="navId"
|
|
4637
4637
|
>
|
|
4638
|
-
<div class="
|
|
4638
|
+
<div class="d-flex w-100 flex-column flex-lg-row align-items-lg-center">
|
|
4639
4639
|
<ng-content
|
|
4640
4640
|
select="rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"
|
|
4641
4641
|
/>
|