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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.1057",
3
+ "version": "1.0.1058",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {