@planningcenter/tapestry 3.2.1 → 3.2.2-qa-801.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/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/reactRender.css +613 -610
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +613 -610
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/unstable.css +3 -0
- package/dist/unstable.css.map +1 -1
- package/package.json +5 -5
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{
|
|
@@ -2952,6 +2953,7 @@ a[class="tds-btn"]{
|
|
|
2952
2953
|
overflow:auto;
|
|
2953
2954
|
overflow-x:hidden;
|
|
2954
2955
|
scroll-behavior:var(--tds-select-dropdown-scroll-behavior);
|
|
2956
|
+
overscroll-behavior:none;
|
|
2955
2957
|
-webkit-user-select:none;
|
|
2956
2958
|
-moz-user-select:none;
|
|
2957
2959
|
user-select:none;
|
|
@@ -3048,6 +3050,7 @@ a[class="tds-btn"]{
|
|
|
3048
3050
|
overflow:auto;
|
|
3049
3051
|
overflow-x:hidden;
|
|
3050
3052
|
scroll-behavior:var(--tds-select-dropdown-scroll-behavior);
|
|
3053
|
+
overscroll-behavior:none;
|
|
3051
3054
|
-webkit-user-select:none;
|
|
3052
3055
|
-moz-user-select:none;
|
|
3053
3056
|
user-select:none;
|