diff --git a/public/app/core/components/Picker/DescriptionOption.tsx b/public/app/core/components/Picker/DescriptionOption.tsx index 565191a5166..12a1fdd9163 100644 --- a/public/app/core/components/Picker/DescriptionOption.tsx +++ b/public/app/core/components/Picker/DescriptionOption.tsx @@ -41,18 +41,12 @@ class DescriptionOption extends Component { onMouseEnter={this.handleMouseEnter} onMouseMove={this.handleMouseMove} title={option.title} - className={`user-picker-option__button btn btn-link ${className} width-19`} - style={{ - whiteSpace: 'normal', - // height: '55px', - }} + className={`description-picker-option__button btn btn-link ${className} width-19`} >
{children}
{option.description}
- {className.indexOf('is-selected') > -1 && ( -