You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
now it calculates left and sets it as inline property so I have to use left: auto !important; right: 0 to make right border of the input and datepicker aligned. And as everyone should I'm trying to avoid !important as much as possible. left: 0 may be set on class so it's easier to override it.
What's more: simple classes to stick the picker to the left or to the right may be provided.
The text was updated successfully, but these errors were encountered:
now it calculates
left
and sets it as inline property so I have to useleft: auto !important; right: 0
to make right border of the input and datepicker aligned. And as everyone should I'm trying to avoid!important
as much as possible.left: 0
may be set on class so it's easier to override it.What's more: simple classes to stick the picker to the left or to the right may be provided.
The text was updated successfully, but these errors were encountered: