@portnet/ui 0.0.114 → 0.0.116
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.
|
@@ -145,7 +145,7 @@ const specificReferentielsBaseColumns = {
|
|
|
145
145
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_OPERATEURS_IMP_EXP]: [{
|
|
146
146
|
field: "description",
|
|
147
147
|
headerName: "Nom",
|
|
148
|
-
flex:
|
|
148
|
+
flex: 2,
|
|
149
149
|
sortable: false,
|
|
150
150
|
valueGetter: _ref12 => {
|
|
151
151
|
var _row$description3;
|
|
@@ -193,7 +193,7 @@ const specificReferentielsBaseColumns = {
|
|
|
193
193
|
}, {
|
|
194
194
|
field: "ice",
|
|
195
195
|
headerName: "ICE",
|
|
196
|
-
flex:
|
|
196
|
+
flex: 2,
|
|
197
197
|
sortable: false,
|
|
198
198
|
valueGetter: _ref16 => {
|
|
199
199
|
var _row$ice;
|
|
@@ -101,6 +101,11 @@ const StyledMuiTable = (0, _styles.styled)( /*#__PURE__*/React.forwardRef((props
|
|
|
101
101
|
"& .MuiDataGrid-cell": {
|
|
102
102
|
paddingTop: "2px",
|
|
103
103
|
paddingBottom: "2px",
|
|
104
|
+
whiteSpace: "normal",
|
|
105
|
+
textOverflow: "ellipsis",
|
|
106
|
+
overflow: "hidden",
|
|
107
|
+
maxHeight: "none",
|
|
108
|
+
wordBreak: "break-word",
|
|
104
109
|
"&.tableAction": {
|
|
105
110
|
justifyContent: "center",
|
|
106
111
|
position: "relative",
|
|
@@ -110,6 +115,14 @@ const StyledMuiTable = (0, _styles.styled)( /*#__PURE__*/React.forwardRef((props
|
|
|
110
115
|
outline: "none"
|
|
111
116
|
}
|
|
112
117
|
},
|
|
118
|
+
"& .MuiDataGrid-row": {
|
|
119
|
+
maxHeight: "none !important"
|
|
120
|
+
},
|
|
121
|
+
"& .MuiDataGrid-virtualScrollerContent": {
|
|
122
|
+
"& .MuiDataGrid-row": {
|
|
123
|
+
maxHeight: "none !important"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
113
126
|
"& .MuiDataGrid-virtualScroller": {
|
|
114
127
|
backgroundColor: _apperance.palette.white
|
|
115
128
|
},
|