Fix textarea styles (#1398)

This commit is contained in:
James Prado 2018-03-27 17:06:55 -04:00 committed by Daniel Ternyak
parent 588d88481c
commit b7e2bbef96

View File

@ -62,6 +62,9 @@
box-shadow: inset 0 1px 0 0 rgba(63, 63, 68, 0.05);
transition: border-color 120ms, box-shadow 120ms;
margin-bottom: 1rem;
&[placeholder] {
text-overflow: ellipsis;
}
&.border-rad-right-0 {
border-top-right-radius: 0;
@ -99,3 +102,7 @@
left: 24px;
}
}
textarea.input-group-input {
height: initial;
}