You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Form/TagInputInput.css

10 lines
153 B

.inputContainer {
display: flex;
align-items: start;
flex-wrap: wrap;
padding: 1px 16px;
min-height: 33px;
cursor: default;
inset: -1px;
}