Fix: Show an ellipsis if Query row title is too long (#27648)

* add overflow hidden to titleWrapper

* show ellipsis and css labels for components

* readd drag handle after bad merge

* rewrite userpicker test with rtl

* update test after adding css label to icon component

* fix more tests..
This commit is contained in:
Peter Holmberg
2020-09-21 15:33:50 +02:00
committed by GitHub
parent 1e5309a788
commit 6a14f830ba
16 changed files with 40 additions and 369 deletions

View File

@@ -64,7 +64,7 @@ export class TeamPicker extends Component<Props, State> {
const { onSelected, className } = this.props;
const { isLoading } = this.state;
return (
<div className="user-picker">
<div className="user-picker" data-testid="teamPicker">
<AsyncSelect
isLoading={isLoading}
defaultOptions={true}