make query table doc dropdown truncation consistant (#15386)

relates to #14441

Makes the truncation consistent for the dropdown options on the query
table selector.

- [x] Manual QA for all new/changed functionality
This commit is contained in:
Gabriel Hernandez
2023-12-01 12:14:47 +00:00
committed by GitHub
parent 9041673ba9
commit dc1ba8a395
@@ -85,6 +85,9 @@
overflow: hidden;
text-overflow: ellipsis;
display: block;
// this width makes the dropdown option truncation consistant regardless
// if the scrollbar is showing or not.
width: 225px;
}
}
}