mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-26 04:33:01 +01:00
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…
Reference in New Issue
Block a user