Skip to content
Snippets Groups Projects
Commit 652cc5f1 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

prevent incompatable card warnings from shrinking based on card title length

parent 385d23b7
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ export default class AddSeriesModal extends Component {
</span>
{ card.dataset_query.type !== "query" &&
<Tooltip tooltip="We're not sure if this question is compatible">
<Icon className="px1 flex-align-right text-grey-2 text-grey-4-hover cursor-pointer" name="warning" width={20} height={20} />
<Icon className="px1 flex-align-right text-grey-2 text-grey-4-hover cursor-pointer flex-no-shrink" name="warning" width={20} height={20} />
</Tooltip>
}
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment