diff --git a/frontend/src/metabase/dashboard/components/AddSeriesModal.jsx b/frontend/src/metabase/dashboard/components/AddSeriesModal.jsx index 52c407cf3ab74c0983999cd85e4803a3b0f727f1..aec417f18045e10b96798e7470ff63c8deae56ee 100644 --- a/frontend/src/metabase/dashboard/components/AddSeriesModal.jsx +++ b/frontend/src/metabase/dashboard/components/AddSeriesModal.jsx @@ -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>