@sunggang/ui-lib 0.1.25 → 0.1.27

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/index.esm.css CHANGED
@@ -865,6 +865,9 @@ video {
865
865
  .flex-col {
866
866
  flex-direction: column;
867
867
  }
868
+ .flex-wrap {
869
+ flex-wrap: wrap;
870
+ }
868
871
  .items-end {
869
872
  align-items: flex-end;
870
873
  }
@@ -1645,6 +1648,13 @@ video {
1645
1648
  }
1646
1649
  }
1647
1650
 
1651
+ @media (min-width: 768px) {
1652
+
1653
+ .md\:flex-nowrap {
1654
+ flex-wrap: nowrap;
1655
+ }
1656
+ }
1657
+
1648
1658
  @media (min-width: 1024px) {
1649
1659
 
1650
1660
  .lg\:flex {