@datarobot/design-system 29.7.12 → 29.7.13
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 +1 -1
- package/styles/index.css +2 -3
- package/styles/index.min.css +1 -1
package/package.json
CHANGED
package/styles/index.css
CHANGED
|
@@ -12727,7 +12727,7 @@ table.simple-table.sublevel tr td {
|
|
|
12727
12727
|
.react-table-wrapper .react-table .react-table-th .react-table-cell-actions.right .react-table-cell-menu-trigger,
|
|
12728
12728
|
.react-table-wrapper .react-table .react-table-th .react-table-cell-actions.right .sorting-placeholder,
|
|
12729
12729
|
.react-table-wrapper .react-table .react-table-th .react-table-cell-actions.right .sorting-icon {
|
|
12730
|
-
margin-right: 0.
|
|
12730
|
+
margin-right: 0.25rem;
|
|
12731
12731
|
margin-left: 0;
|
|
12732
12732
|
}
|
|
12733
12733
|
.react-table-wrapper .react-table .react-table-th .react-table-cell-splitter {
|
|
@@ -12737,7 +12737,7 @@ table.simple-table.sublevel tr td {
|
|
|
12737
12737
|
flex-shrink: 0;
|
|
12738
12738
|
height: 1.25rem;
|
|
12739
12739
|
width: 1.25rem;
|
|
12740
|
-
margin-left: 0.
|
|
12740
|
+
margin-left: 0.25rem;
|
|
12741
12741
|
font-size: 0.625rem;
|
|
12742
12742
|
visibility: hidden;
|
|
12743
12743
|
}
|
|
@@ -12750,7 +12750,6 @@ table.simple-table.sublevel tr td {
|
|
|
12750
12750
|
.react-table-wrapper .react-table .react-table-th .menu-wrapper {
|
|
12751
12751
|
display: flex;
|
|
12752
12752
|
flex-shrink: 100;
|
|
12753
|
-
width: 1.75rem;
|
|
12754
12753
|
}
|
|
12755
12754
|
.react-table-wrapper .react-table .react-table-th .menu-wrapper .selected-item {
|
|
12756
12755
|
height: 100%;
|