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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user