@kodaris/krubble-app-components 1.0.26 → 1.0.27

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.
@@ -2420,8 +2420,7 @@
2420
2420
  }
2421
2421
 
2422
2422
  .nav-header {
2423
- height: 64px;
2424
- padding: 0 20px;
2423
+ padding: 20px;
2425
2424
  display: flex;
2426
2425
  align-items: center;
2427
2426
  position: relative;
@@ -2444,9 +2443,6 @@
2444
2443
  font-weight: 600;
2445
2444
  color: var(--kr-scaffold-nav-text-active);
2446
2445
  letter-spacing: .2px;
2447
- white-space: nowrap;
2448
- overflow: hidden;
2449
- text-overflow: ellipsis;
2450
2446
  }
2451
2447
 
2452
2448
  .nav-search {
@@ -2635,7 +2631,7 @@
2635
2631
  flex: 1;
2636
2632
  min-width: 0;
2637
2633
  overflow-y: auto;
2638
- background: #FCFCFD;
2634
+ background: transparent;
2639
2635
  display: flex;
2640
2636
  flex-direction: column;
2641
2637
  }