awing-library 2.1.2-dev.93 → 2.1.2-dev.94
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/dist/esm/index.js +4 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -177932,7 +177932,10 @@ function TableRowEditable(props) {
|
|
|
177932
177932
|
boxSizing: 'border-box',
|
|
177933
177933
|
p: 2,
|
|
177934
177934
|
'& .MuiFormControl-root': {
|
|
177935
|
-
borderBottom: '1px solid rgba(0, 0, 0, .42)'
|
|
177935
|
+
borderBottom: '1px solid rgba(0, 0, 0, .42)',
|
|
177936
|
+
'& .MuiInputBase-inputMultiline': {
|
|
177937
|
+
padding: '4px 0 5px'
|
|
177938
|
+
}
|
|
177936
177939
|
}
|
|
177937
177940
|
},
|
|
177938
177941
|
children: jsxRuntimeExports.jsx(TableCellEditable, {
|