@asd20/ui 3.2.711 → 3.2.713
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,8 +48,8 @@ export default {
|
|
|
48
48
|
// padding-top: space(1);
|
|
49
49
|
// margin-top: space(-1);
|
|
50
50
|
img {
|
|
51
|
-
width: 100
|
|
52
|
-
height: 200px;
|
|
51
|
+
width: 100% !important;
|
|
52
|
+
height: 200px !important;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
&::v-deep .asd20-messaging__heading {
|
|
@@ -146,7 +146,7 @@ export default {
|
|
|
146
146
|
padding: space(1);
|
|
147
147
|
}
|
|
148
148
|
&::v-deep .message-image img {
|
|
149
|
-
height: 300px;
|
|
149
|
+
height: 300px !important;
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
}
|
|
@@ -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 {
|