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
hi,
this comes from the recent updates of formtastic. they replaced the span tag by a real label tag for date fieds. This break the formtastic_base.sass styles.
Its really annoying when using float-left display since just overwriting this style doesn't fixe the problem if your label is wide. In my case, the label doesn't break and run over the select boxes :/
I'm trying to fixe it but it looks harder than I thought.
Hi,
In Line 183 of _formtastic_base.sass, there is:
label
:display none
This causes that = f.input :enddate is displayed without a label.
I fixed that by overwriting. I Dont think this was intendet.
The text was updated successfully, but these errors were encountered: