parent
e5ec4e706a
commit
4c58ea63d6
|
@ -5,12 +5,6 @@
|
||||||
height: 31px;
|
height: 31px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
|
||||||
composes: link from '~Components/Link/Link.css';
|
|
||||||
|
|
||||||
line-height: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editContainer {
|
.editContainer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
|
|
@ -57,7 +57,6 @@ class TagInputTag extends Component {
|
||||||
kind={kind}
|
kind={kind}
|
||||||
>
|
>
|
||||||
<Link
|
<Link
|
||||||
className={styles.link}
|
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
onPress={this.onDelete}
|
onPress={this.onDelete}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue