query-board.css 439 B

1234567891011121314151617181920212223242526272829
  1. .refresh-state {
  2. margin-left: auto;
  3. color: #4e5969;
  4. font-size: 12px;
  5. white-space: nowrap;
  6. }
  7. .virtual-query-list {
  8. padding: 0;
  9. }
  10. .virtual-query-list .qrow {
  11. min-height: 32px;
  12. padding-top: 0;
  13. padding-bottom: 0;
  14. flex-wrap: nowrap;
  15. gap: 6px;
  16. overflow: hidden;
  17. }
  18. .dashboard-page .query-select-row {
  19. height: 100%;
  20. }
  21. .virtual-query-list .qtext {
  22. overflow: hidden;
  23. text-overflow: ellipsis;
  24. white-space: nowrap;
  25. }