carbon-addons-iot-react 4.0.16 → 4.0.17
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/css/carbon-addons-iot-react.css +12 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/css/carbon-addons-iot-react.css +12 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/Table/_table.scss +12 -0
- package/package.json +2 -2
- package/scss/components/Table/_table.scss +12 -0
|
@@ -36884,6 +36884,18 @@ td.iot--table__cell--sortable {
|
|
|
36884
36884
|
padding-right: 2rem;
|
|
36885
36885
|
}
|
|
36886
36886
|
|
|
36887
|
+
td.data-table-start {
|
|
36888
|
+
text-align: start;
|
|
36889
|
+
}
|
|
36890
|
+
|
|
36891
|
+
td.data-table-center {
|
|
36892
|
+
text-align: center;
|
|
36893
|
+
}
|
|
36894
|
+
|
|
36895
|
+
td.data-table-end {
|
|
36896
|
+
text-align: end;
|
|
36897
|
+
}
|
|
36898
|
+
|
|
36887
36899
|
.iot--data-table--resize td {
|
|
36888
36900
|
word-break: break-all;
|
|
36889
36901
|
}
|