sag_components 1.0.1057 → 1.0.1058
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.
|
@@ -245,8 +245,7 @@ const TableWrapper = exports.TableWrapper = _styledComponents.default.div`
|
|
|
245
245
|
`;
|
|
246
246
|
const Table = exports.Table = _styledComponents.default.table`
|
|
247
247
|
font-family: "Poppins", sans-serif;
|
|
248
|
-
width: ${props => `${props.tableWidthSize}
|
|
249
|
-
/* width: ${props => `${props.tableWidthSize}%`}; */
|
|
248
|
+
width: ${props => `${props.tableWidthSize}%`};
|
|
250
249
|
table-layout: fixed;
|
|
251
250
|
position: relative;
|
|
252
251
|
background-color: white;
|