-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Margins and keyboard dragging #201
Comments
Fiddled around with trying to customize the placeholder to resolve this issue but ended up taking the padding approach. The workaround solved the issue but it would be nice to see if there's more that could be done here. Worth noting, my attempt was with reactstrap form groups which do specify a |
Good news, this will be fixed in version 10 #838 |
try using |
Closed by #838. See version 10 release notes |
Currently the keyboard dragging is a little bit off visually if you rely on a margin other than
margin-bottom
. This has to do with margin-collapsing behavior and edge alignment. I did a small spike with promising results.Work arounds
margin-bottom
for pushingDraggable
's apartpadding
for pushingDraggables
apartDraggable
inside another and then usepadding
to push them apart. Something like this:The text was updated successfully, but these errors were encountered: