react-autoql 8.0.3-alpha.2 → 8.0.3-alpha.3

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
@@ -2278,6 +2278,8 @@ g.legendOrdinal .legendTitle tspan {
2278
2278
  visibility: hidden; }
2279
2279
  .react-autoql-chart-header-container .react-autoql-slider-wrapper {
2280
2280
  font-size: var(--react-autoql-chart-font-size, 12px); }
2281
+ .react-autoql-chart-header-container .react-autoql-slider-wrapper.mobile {
2282
+ font-size: 0.5rem; }
2281
2283
 
2282
2284
  .react-autoql-chart-container {
2283
2285
  position: relative;
@@ -4421,6 +4423,8 @@ g.legendOrdinal .legendTitle tspan {
4421
4423
  padding-top: 1px;
4422
4424
  padding-bottom: 1px;
4423
4425
  padding-left: 5px; }
4426
+ .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item.mobile {
4427
+ padding-right: 1rem; }
4424
4428
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item .react-autoql-filter-list-item-filter {
4425
4429
  overflow: hidden;
4426
4430
  text-overflow: ellipsis;
Binary file