@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.
@@ -8,9 +8,10 @@
8
8
 
9
9
  .rlb-main-wrapper {
10
10
  display: flex;
11
- flex-grow: 1;
11
+ //flex-grow: 1;
12
12
  position: relative;
13
13
  overflow: hidden;
14
+ height: calc(100vh - $header-height);
14
15
  }
15
16
 
16
17
  .rlb-navbar {
@@ -4583,7 +4583,7 @@ class NavbarComponent {
4583
4583
  class="collapse navbar-collapse"
4584
4584
  [id]="navId"
4585
4585
  >
4586
- <div class="p-3 d-flex w-100 flex-column flex-lg-row align-items-lg-center">
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="p-3 d-flex w-100 flex-column flex-lg-row align-items-lg-center">
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
  />