Fixes #3124
@ -1,7 +1,6 @@
.input {
composes: input from '~./AutoSuggestInput.css';
position: relative;
padding: 0;
min-height: 35px;
height: auto;
@ -1,5 +1,4 @@
.inputContainer {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
@ -688,7 +688,7 @@ SeriesDetails.propTypes = {
SeriesDetails.defaultProps = {
statistics: {},
tag: [],
tags: [],
isSaving: false
};