@kodaris/krubble-app-components 1.0.25 → 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.
@@ -1117,8 +1117,7 @@ const ce=e=>(t,i)=>{void 0!==i?i.addInitializer((()=>{customElements.define(e,t)
1117
1117
  }
1118
1118
 
1119
1119
  .nav-header {
1120
- height: 64px;
1121
- padding: 0 20px;
1120
+ padding: 20px;
1122
1121
  display: flex;
1123
1122
  align-items: center;
1124
1123
  position: relative;
@@ -1141,9 +1140,6 @@ const ce=e=>(t,i)=>{void 0!==i?i.addInitializer((()=>{customElements.define(e,t)
1141
1140
  font-weight: 600;
1142
1141
  color: var(--kr-scaffold-nav-text-active);
1143
1142
  letter-spacing: .2px;
1144
- white-space: nowrap;
1145
- overflow: hidden;
1146
- text-overflow: ellipsis;
1147
1143
  }
1148
1144
 
1149
1145
  .nav-search {
@@ -1332,7 +1328,7 @@ const ce=e=>(t,i)=>{void 0!==i?i.addInitializer((()=>{customElements.define(e,t)
1332
1328
  flex: 1;
1333
1329
  min-width: 0;
1334
1330
  overflow-y: auto;
1335
- background: #FCFCFD;
1331
+ background: transparent;
1336
1332
  display: flex;
1337
1333
  flex-direction: column;
1338
1334
  }