rbro-tat-uds 1.5.48 → 1.5.49
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/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -15334,8 +15334,9 @@ const C4 = H.button`
|
|
15334
15334
|
width: 100%;
|
15335
15335
|
|
15336
15336
|
& > img {
|
15337
|
-
height: 140px;
|
15337
|
+
max-height: 140px;
|
15338
15338
|
width: 100%;
|
15339
|
+
aspect-ratio: 22 / 14;
|
15339
15340
|
object-fit: cover;
|
15340
15341
|
border-radius: 8px;
|
15341
15342
|
outline-width: 3px;
|