@itfin/components 1.0.93 → 1.0.94

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": "@itfin/components",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "main": "dist/itfin-components.umd.js",
5
5
  "unpkg": "dist/itfin-components.common.js",
6
6
  "author": "Vitalii Savchuk <esvit666@gmail.com>",
@@ -118,7 +118,7 @@ html {
118
118
  display: grid;
119
119
  grid-template-columns: var(--itf-table-template);
120
120
  }
121
- .itf-table__header.align-left {
121
+ .itf-table__header.align-left > span {
122
122
  justify-content: flex-start;
123
123
  text-align: left;
124
124
  }