@asd20/ui 3.2.738 → 3.2.740

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.738",
8
+ "version": "3.2.740",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -120,7 +120,7 @@ export default {
120
120
  description: `<a href='${
121
121
  this.group.contactEmail
122
122
  }'>${this.group.contactEmail.replace('mailto:', '')}</a>`,
123
- link: `mailto:${this.group.contactEmail}`,
123
+ link: this.group.contactEmail,
124
124
  })
125
125
  }
126
126
 
@@ -315,10 +315,6 @@ export default {
315
315
  // margin-left: space(1);
316
316
  // width: auto;
317
317
  // }
318
- &::v-deep .asd20-modal {
319
- height: 100%;
320
- overflow-y: auto !important;
321
- }
322
318
  }
323
319
 
324
320
  @media (min-width: 1024px) {
@@ -332,7 +328,7 @@ export default {
332
328
  width: 40vw;
333
329
  min-width: 400px;
334
330
  flex-grow: 0;
335
- // height: min-content;
331
+ height: min-content;
336
332
  }
337
333
  height: auto;
338
334
  }