Fixed: Tags in tag editor in SafarIE

Closes #4071
pull/3999/head
Mark McDowall 4 years ago
parent e5ec4e706a
commit 4c58ea63d6

@ -5,12 +5,6 @@
height: 31px;
}
.link {
composes: link from '~Components/Link/Link.css';
line-height: 1px;
}
.editContainer {
display: inline-block;
margin-left: 4px;

@ -57,7 +57,6 @@ class TagInputTag extends Component {
kind={kind}
>
<Link
className={styles.link}
tabIndex={-1}
onPress={this.onDelete}
>

Loading…
Cancel
Save