ecomlab-components-next 0.1.137 → 0.1.139
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.
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
max-height: 100%;
|
|
184
184
|
|
|
185
185
|
img {
|
|
186
|
+
width: 100%;
|
|
186
187
|
max-width: max-content;
|
|
187
188
|
}
|
|
188
189
|
}
|
|
@@ -227,6 +228,11 @@
|
|
|
227
228
|
width: 100%;
|
|
228
229
|
max-width: 100%;
|
|
229
230
|
aspect-ratio: auto;
|
|
231
|
+
|
|
232
|
+
img {
|
|
233
|
+
width: 100%;
|
|
234
|
+
max-width: max-content;
|
|
235
|
+
}
|
|
230
236
|
}
|
|
231
237
|
}
|
|
232
238
|
}
|