@eturnity/eturnity_reusable_components 1.0.53 → 1.0.57

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.53",
3
+ "version": "1.0.57",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -171,7 +171,7 @@ const TableContainer = styled.table`
171
171
  }
172
172
 
173
173
  .text {
174
- padding: 12px 0 12px 18px;
174
+ padding: 10px 0 10px 18px;
175
175
  color: ${(props) => props.theme.colors.black};
176
176
  }
177
177
 
@@ -180,7 +180,7 @@ const TableContainer = styled.table`
180
180
  }
181
181
 
182
182
  .icons-container {
183
- width: auto;
183
+ width: 1%; // necessary so it doesn't take up too much white space
184
184
  display: table-cell;
185
185
  flex-wrap: nowrap;
186
186
  background-color: #fff;
@@ -146,6 +146,8 @@ const DotItem = styled.div`
146
146
 
147
147
  const DropdownContainer = styled.div`
148
148
  z-index: 99;
149
+ height: 200px;
150
+ margin-top: 50px;
149
151
  position: absolute;
150
152
  right: 20px;
151
153
  display: grid;