@asd20/ui 3.2.882 → 3.2.884

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.882",
8
+ "version": "3.2.884",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -47,11 +47,10 @@ export default {
47
47
 
48
48
  &::v-deep .message-image {
49
49
  order: 2;
50
- // padding-top: space(1);
51
- // margin-top: space(-1);
50
+ border-top: none !important;
51
+ margin-bottom: 0;
52
52
  img {
53
53
  width: 100% !important;
54
- // height: 300px !important;
55
54
  }
56
55
  }
57
56
  &::v-deep .asd20-messaging__heading {
@@ -179,6 +178,7 @@ export default {
179
178
  img {
180
179
  height: auto;
181
180
  margin-left: space(1);
181
+ max-height: 25vw;
182
182
  }
183
183
  }
184
184
  &::v-deep .asd20-messaging__content {
@@ -261,7 +261,7 @@ export default {
261
261
  .asd20-messaging {
262
262
  border-top: space(0.25) solid var(--color__tertiary);
263
263
  border-bottom: space(0.25) solid var(--color__tertiary);
264
- padding: space(1);
264
+ padding: space(1) 0;
265
265
  }
266
266
  }
267
267
  p {
@@ -241,7 +241,7 @@ export default {
241
241
  .asd20-messaging {
242
242
  border-top: space(0.25) solid var(--color__tertiary);
243
243
  border-bottom: space(0.25) solid var(--color__tertiary);
244
- padding: space(1);
244
+ padding: space(1) 0;
245
245
  }
246
246
  }
247
247