| 1234567891011121314151617181920212223242526272829 |
- .refresh-state {
- margin-left: auto;
- color: #4e5969;
- font-size: 12px;
- white-space: nowrap;
- }
- .virtual-query-list {
- padding: 0;
- }
- .virtual-query-list .qrow {
- min-height: 32px;
- padding-top: 0;
- padding-bottom: 0;
- flex-wrap: nowrap;
- gap: 6px;
- overflow: hidden;
- }
- .dashboard-page .query-select-row {
- height: 100%;
- }
- .virtual-query-list .qtext {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
|