@fkui/design 5.37.2 → 5.38.0
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/lib/fkui-exp.css +7 -1
- package/lib/fkui-exp.min.css +1 -1
- package/lib/fkui-int.css +7 -1
- package/lib/fkui-int.min.css +1 -1
- package/package.json +5 -5
- package/src/components/table/_table.scss +8 -1
package/lib/fkui-exp.css
CHANGED
|
@@ -6557,7 +6557,7 @@ input[type=search]:focus,
|
|
|
6557
6557
|
.table tbody th {
|
|
6558
6558
|
padding: calc(var(--f-table-body-row-padding, 0.5rem) * var(--f-density-factor, 1)) var(--f-table-body-row-padding, 0.5rem);
|
|
6559
6559
|
border-bottom: 1px solid var(--f-border-color-grid, #8d8e91);
|
|
6560
|
-
|
|
6560
|
+
vertical-align: top;
|
|
6561
6561
|
}
|
|
6562
6562
|
.table tbody td {
|
|
6563
6563
|
line-height: calc(1.5rem * var(--f-density-factor, 1));
|
|
@@ -6629,6 +6629,12 @@ input[type=search]:focus,
|
|
|
6629
6629
|
.table__scroll {
|
|
6630
6630
|
margin: 0 0 calc(var(--f-margin-component-bottom, 1.5rem) * var(--f-density-factor, 1));
|
|
6631
6631
|
}
|
|
6632
|
+
.table__scroll thead th,
|
|
6633
|
+
.table__scroll thead td,
|
|
6634
|
+
.table__scroll tbody th,
|
|
6635
|
+
.table__scroll tbody td {
|
|
6636
|
+
white-space: nowrap;
|
|
6637
|
+
}
|
|
6632
6638
|
.table__scroll .table {
|
|
6633
6639
|
margin: 0;
|
|
6634
6640
|
}
|