dtable-ui-component 6.0.125-vjs.3 → 6.0.125-vks.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.
|
@@ -101,6 +101,12 @@
|
|
|
101
101
|
margin-right: 8px;
|
|
102
102
|
width: calc(100% - 20px);
|
|
103
103
|
white-space: nowrap;
|
|
104
|
+
text-overflow: ellipsis;
|
|
105
|
+
overflow: hidden;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.seatable-customize-select .selected-option .multicolor-icon {
|
|
109
|
+
font-size: 12px;
|
|
104
110
|
}
|
|
105
111
|
|
|
106
112
|
.seatable-customize-select .multiple-check-icon,
|
|
@@ -124,7 +124,10 @@ const MenuSelectStyle = exports.MenuSelectStyle = {
|
|
|
124
124
|
return {
|
|
125
125
|
'display': 'none'
|
|
126
126
|
};
|
|
127
|
-
}
|
|
127
|
+
},
|
|
128
|
+
indicatorsContainer: provided => (0, _objectSpread2.default)((0, _objectSpread2.default)({}, provided), {}, {
|
|
129
|
+
padding: 0
|
|
130
|
+
})
|
|
128
131
|
};
|
|
129
132
|
const DropdownIndicator = props => {
|
|
130
133
|
return _reactSelect.components.DropdownIndicator && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactSelect.components.DropdownIndicator, (0, _objectSpread2.default)((0, _objectSpread2.default)({}, props), {}, {
|