mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
reverted change to help-block, added back position:absolute otherwise inputs jump with change of focus
This commit is contained in:
parent
f07802f85d
commit
a8552009d2
|
@ -165,6 +165,7 @@
|
|||
|
||||
// Hints
|
||||
.help-block {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user