mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user