Ensured tags input looks as a large input

This commit is contained in:
Alejandro Celaya 2020-12-08 18:18:16 +01:00
parent 1b413fb0b7
commit f359a16004

View file

@ -4,7 +4,7 @@
border-radius: .25rem;
overflow: hidden;
min-height: 2.6rem;
padding: 6px 0 0 6px;
padding: .5rem 0 0 1rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@ -40,7 +40,9 @@
background: transparent;
border: 0;
outline: none;
padding: 3px 5px;
padding: 1px 0;
width: 100%;
margin-bottom: 6px;
font-size: 1.25rem;
color: #495057;
}