@eturnity/eturnity_reusable_components 1.1.51 → 1.1.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -113,7 +113,7 @@ const TableContainer = styled.table`
113
113
  }
114
114
 
115
115
  td {
116
- padding: 6px 15px 7px 10px;
116
+ padding: 6px 6px 7px 4px;
117
117
  border-bottom: 1px solid ${(props) => props.theme.colors.grey4};
118
118
 
119
119
  &.empty {