mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-04 05:24:43 +00:00
fix error message not moving down on textarea #362
This commit is contained in:
parent
ced5c90153
commit
a6f2870f82
1 changed files with 2 additions and 1 deletions
|
|
@ -82,12 +82,13 @@ $input-size: 32px;
|
|||
.md-count {
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
bottom: -22px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.md-error {
|
||||
display: block !important;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -8px, 0);
|
||||
transition: $swift-ease-in;
|
||||
|
|
|
|||
Loading…
Reference in a new issue