@homebound/beam 2.169.1 → 2.169.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.
@@ -665,7 +665,7 @@ function toContent(maybeContent, isHeader, canSortColumn, isClientSideSorting, s
665
665
  content =
666
666
  isGridCellContent(maybeContent) && !!maybeContent.onClick
667
667
  ? (0, getInteractiveElement_1.getButtonOrLink)(content, maybeContent.onClick, {
668
- css: Css_1.Css.maxw100.lightBlue700.if(((_a = style === null || style === void 0 ? void 0 : style.presentationSettings) === null || _a === void 0 ? void 0 : _a.wrap) === false).truncate.$,
668
+ css: Css_1.Css.maxw100.lightBlue700.ta("inherit").if(((_a = style === null || style === void 0 ? void 0 : style.presentationSettings) === null || _a === void 0 ? void 0 : _a.wrap) === false).truncate.$,
669
669
  })
670
670
  : content;
671
671
  if (content && typeof content === "string" && isHeader && canSortColumn) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.169.1",
3
+ "version": "2.169.2",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",