ingred-ui 27.3.0 → 27.3.1

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.es.js CHANGED
@@ -807,7 +807,7 @@ object-assign
807
807
  `,iu=x.div`
808
808
  position: relative;
809
809
  display: flex;
810
- align-items: ${({$tagOverflow:e})=>"wrap"===e?"flex-start":"center"};
810
+ align-items: center;
811
811
  width: 100%;
812
812
  height: ${({$size:e="medium",$tagOverflow:t})=>"wrap"===t?"auto":nu[e].height};
813
813
  min-height: ${({$size:e="medium"})=>nu[e].height};