@eturnity/eturnity_reusable_components 1.0.77 → 1.0.78

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.0.77",
3
+ "version": "1.0.78",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -185,7 +185,7 @@ const ToggleDot = styled("span", toggleProps)`
185
185
  ? props.size === "medium"
186
186
  ? "translateX(25px)"
187
187
  : props.size === "small"
188
- ? "translateX(13px)"
188
+ ? "translateX(12px)"
189
189
  : "translateX(25px)"
190
190
  : "translateX(0)"};
191
191
 
@@ -122,7 +122,7 @@ import SearchInput from "@eturnity/eturnity_reusable_components/src/components/i
122
122
  const DropdownRow = styled.td``
123
123
 
124
124
  const ComponentItem = styled.div`
125
- padding-left: 12px;
125
+ /* padding-left: 12px; */
126
126
  overflow: hidden;
127
127
  text-overflow: ellipsis;
128
128
  `
@@ -101,7 +101,7 @@ const TableContainer = styled.table`
101
101
  }
102
102
 
103
103
  td {
104
- padding: 7px 15px;
104
+ padding: 7px 15px 7px 10px;
105
105
  border-bottom: 1px solid ${(props) => props.theme.colors.grey4};
106
106
 
107
107
  &.empty {