@eturnity/eturnity_reusable_components 1.1.37 → 1.1.38

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.37",
3
+ "version": "1.1.38",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -182,7 +182,6 @@ const ComponentItem = styled.td`
182
182
 
183
183
  span {
184
184
  padding-left: 15px;
185
- vertical-align: middle;
186
185
  }
187
186
  }
188
187
  `