@asd20/ui 3.2.883 → 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
|
@@ -48,11 +48,9 @@ export default {
|
|
|
48
48
|
&::v-deep .message-image {
|
|
49
49
|
order: 2;
|
|
50
50
|
border-top: none !important;
|
|
51
|
-
|
|
52
|
-
// margin-top: space(-1);
|
|
51
|
+
margin-bottom: 0;
|
|
53
52
|
img {
|
|
54
53
|
width: 100% !important;
|
|
55
|
-
max-height: 25vw;
|
|
56
54
|
}
|
|
57
55
|
}
|
|
58
56
|
&::v-deep .asd20-messaging__heading {
|
|
@@ -180,6 +178,7 @@ export default {
|
|
|
180
178
|
img {
|
|
181
179
|
height: auto;
|
|
182
180
|
margin-left: space(1);
|
|
181
|
+
max-height: 25vw;
|
|
183
182
|
}
|
|
184
183
|
}
|
|
185
184
|
&::v-deep .asd20-messaging__content {
|