query_editor.css 425 B

12345678910111213141516171819202122232425262728293031
  1. .min-width-10 {
  2. min-width: 10rem;
  3. }
  4. .min-width-12 {
  5. min-width: 12rem;
  6. }
  7. .min-width-20 {
  8. min-width: 20rem;
  9. }
  10. .gf-form-select-wrapper select.gf-form-input {
  11. height: 2.64rem;
  12. }
  13. .gf-form-select-wrapper--caret-indent.gf-form-select-wrapper::after {
  14. right: 0.775rem;
  15. }
  16. .service-dropdown {
  17. width: 12rem;
  18. }
  19. .aggregation-dropdown-wrapper {
  20. max-width: 29.1rem;
  21. }
  22. .timegrainunit-dropdown-wrapper {
  23. width: 8rem;
  24. }