@loafmarkets/ui 0.1.271 → 0.1.272
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15367,9 +15367,9 @@ var NewsVideoRow = styled9__default.default.div`
|
|
|
15367
15367
|
align-items: stretch;
|
|
15368
15368
|
|
|
15369
15369
|
& > *:first-child {
|
|
15370
|
-
flex: 0
|
|
15371
|
-
|
|
15372
|
-
|
|
15370
|
+
flex: 0 1 520px;
|
|
15371
|
+
min-width: 380px;
|
|
15372
|
+
max-width: 520px;
|
|
15373
15373
|
}
|
|
15374
15374
|
|
|
15375
15375
|
& > *:last-child {
|