Fixed: tag input height not growing in height

Fixes #3124
pull/3127/head
Mark McDowall 6 years ago
parent 0dccc7e91e
commit 5c258797ec

@ -1,7 +1,6 @@
.input { .input {
composes: input from '~./AutoSuggestInput.css'; composes: input from '~./AutoSuggestInput.css';
position: relative;
padding: 0; padding: 0;
min-height: 35px; min-height: 35px;
height: auto; height: auto;

@ -1,5 +1,4 @@
.inputContainer { .inputContainer {
position: absolute;
top: -1px; top: -1px;
right: -1px; right: -1px;
bottom: -1px; bottom: -1px;

@ -688,7 +688,7 @@ SeriesDetails.propTypes = {
SeriesDetails.defaultProps = { SeriesDetails.defaultProps = {
statistics: {}, statistics: {},
tag: [], tags: [],
isSaving: false isSaving: false
}; };

Loading…
Cancel
Save