@asd20/ui 3.2.711 → 3.2.712

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.711",
8
+ "version": "3.2.712",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -208,7 +208,13 @@ export default {
208
208
 
209
209
  .message-image {
210
210
  position: relative;
211
- margin: 0 0 0 1rem;
211
+ padding-top: 0.5rem;
212
+ padding-right: space(1);
213
+ margin: 0;
214
+ img {
215
+ width: 15vw;
216
+ height: 15vw;
217
+ }
212
218
  }
213
219
  }
214
220
  }
@@ -159,6 +159,7 @@ export default {
159
159
  margin-top: 0;
160
160
  img {
161
161
  height: auto;
162
+ margin-left: space(1);
162
163
  }
163
164
  }
164
165
  &::v-deep .asd20-messaging__content {