@eturnity/eturnity_reusable_components 1.1.70 → 1.1.71

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.70",
3
+ "version": "1.1.71",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -294,7 +294,7 @@ const OptionsWrapper = styled.div`
294
294
  position: relative;
295
295
  padding: 12px;
296
296
  grid-gap: 4px;
297
- font-size: 14px;
297
+ font-size: 13px;
298
298
  grid-template-rows: max-content;
299
299
  height: max-content;
300
300
  min-width: 400px; // kind of an arbitrary number until we know all use cases