fix bouncing help icons on mobiles devices

This commit is contained in:
Sebastian Sdorra
2018-11-13 07:39:19 +01:00
parent 24de639c1e
commit e7c9560073
11 changed files with 102 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
//@flow
import React from "react";
import { LabelWithHelpIcon } from "../index";
import LabelWithHelpIcon from "./LabelWithHelpIcon";
export type SelectItem = {
value: string,