1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed: tag input height not growing in height

Fixes #3124
This commit is contained in:
Mark McDowall
2019-05-16 22:46:34 -07:00
parent 0dccc7e91e
commit 5c258797ec
3 changed files with 1 additions and 3 deletions
@@ -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;
+1 -1
View File
@@ -688,7 +688,7 @@ SeriesDetails.propTypes = {
SeriesDetails.defaultProps = {
statistics: {},
tag: [],
tags: [],
isSaving: false
};