@ni/ok-components 1.6.1 → 1.6.2

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.
@@ -100176,7 +100176,7 @@ focus outline in that case.
100176
100176
  display: none;
100177
100177
  }
100178
100178
 
100179
- .messages-anchored.anchor-active {
100179
+ .messages-anchored {
100180
100180
  min-height: 100%;
100181
100181
  }
100182
100182
 
@@ -101360,9 +101360,10 @@ focus outline in that case.
101360
101360
  min-width: ${standardPadding};
101361
101361
  min-height: ${standardPadding};
101362
101362
 
101363
+ flex: 1;
101363
101364
  flex-direction: row;
101364
101365
  justify-content: center;
101365
- flex-shrink: 0;
101366
+ align-items: center;
101366
101367
  font: ${bodyFont};
101367
101368
  color: ${bodyFontColor};
101368
101369
  }