react-autoql 8.0.2-alpha.32 → 8.0.2-alpha.33

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.
Binary file
@@ -2267,7 +2267,9 @@ g.legendOrdinal .legendTitle tspan {
2267
2267
  .react-autoql-slider-wrapper .react-autoql-slider-input-wrapper .react-autoql-input-and-label-container .react-autoql-input {
2268
2268
  min-height: unset;
2269
2269
  max-height: 100%;
2270
- font-size: inherit; }
2270
+ font-size: inherit;
2271
+ -moz-appearance: textfield;
2272
+ /*For FireFox*/ }
2271
2273
 
2272
2274
  .react-autoql-chart-header-container {
2273
2275
  width: 100%;
Binary file