@fkui/design 5.45.0 → 5.45.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/lib/fkui-exp.css +1 -1
- package/lib/fkui-exp.min.css +1 -1
- package/lib/fkui-int.css +1 -1
- package/lib/fkui-int.min.css +1 -1
- package/package.json +6 -6
- package/src/components/table/_table.scss +1 -1
package/lib/fkui-exp.css
CHANGED
|
@@ -5554,7 +5554,7 @@ input[type=search]:focus,
|
|
|
5554
5554
|
.table tbody .table__column--selectable {
|
|
5555
5555
|
padding: calc(0.2rem * var(--f-density-factor, 1)) 0.2rem;
|
|
5556
5556
|
}
|
|
5557
|
-
.table tbody .table__column--
|
|
5557
|
+
.table tbody .table__column--placeholder + .table__column {
|
|
5558
5558
|
padding-left: 1.5rem;
|
|
5559
5559
|
}
|
|
5560
5560
|
.table tbody .table__column--action .button--discrete {
|