@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.mjs CHANGED
@@ -15341,9 +15341,9 @@ var NewsVideoRow = styled9.div`
15341
15341
  align-items: stretch;
15342
15342
 
15343
15343
  & > *:first-child {
15344
- flex: 0 0 420px;
15345
- max-width: 420px;
15346
- min-width: 0;
15344
+ flex: 0 1 520px;
15345
+ min-width: 380px;
15346
+ max-width: 520px;
15347
15347
  }
15348
15348
 
15349
15349
  & > *:last-child {