@ni/spright-components 6.21.1 → 6.21.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.
@@ -100167,7 +100167,7 @@ focus outline in that case.
100167
100167
  display: none;
100168
100168
  }
100169
100169
 
100170
- .messages-anchored.anchor-active {
100170
+ .messages-anchored {
100171
100171
  min-height: 100%;
100172
100172
  }
100173
100173
 
@@ -101351,9 +101351,10 @@ focus outline in that case.
101351
101351
  min-width: ${standardPadding};
101352
101352
  min-height: ${standardPadding};
101353
101353
 
101354
+ flex: 1;
101354
101355
  flex-direction: row;
101355
101356
  justify-content: center;
101356
- flex-shrink: 0;
101357
+ align-items: center;
101357
101358
  font: ${bodyFont};
101358
101359
  color: ${bodyFontColor};
101359
101360
  }