forstok-ui-lib 8.0.0 → 8.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -466,7 +466,7 @@ const getNameModFunc = ({ $mode }:{ $mode?: string }) => {
466
466
  style +=`
467
467
  font-size: 22px;
468
468
  ${multiElipsis}
469
- line-height: 1;
469
+ line-height: normal;
470
470
  `
471
471
  }
472
472
  return style