@planningcenter/tapestry 3.2.1 → 3.2.2-rc.0

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/unstable.css CHANGED
@@ -2279,6 +2279,7 @@ a[class="tds-btn"]{
2279
2279
  .tds-input--auto-width{
2280
2280
  inline-size:-moz-fit-content;
2281
2281
  inline-size:fit-content;
2282
+ min-inline-size:min(100%, 122px);
2282
2283
  }
2283
2284
 
2284
2285
  .tds-input--auto-width input{