@dorsk/tsumikit 0.41.0 → 0.41.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.
|
@@ -148,6 +148,9 @@
|
|
|
148
148
|
appearance: none;
|
|
149
149
|
-webkit-appearance: none;
|
|
150
150
|
flex: 1;
|
|
151
|
+
/* Firefox sizes a range input's min-content at ~12em, so without this it
|
|
152
|
+
refuses to shrink and paints over whatever shares its row. */
|
|
153
|
+
min-width: 0;
|
|
151
154
|
position: relative;
|
|
152
155
|
z-index: 1;
|
|
153
156
|
height: 1.25rem;
|
package/package.json
CHANGED