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
My forms didn't look as pretty as the examples on the bitters site. It looks like Chrome didn't like the calculated padding and margin-bottom because it was missing the em unit.
We recently made a change which makes the $base-line-height variable unit-less and added a $base-spacing variable which does have a unit and can be used for common, reusable spacing. The latest version of Bitters uses $base-spacing for the margins and padding on form elements. It’s likely that you have an out-of-date version, around when we were making these changes.
My forms didn't look as pretty as the examples on the bitters site. It looks like Chrome didn't like the calculated
padding
andmargin-bottom
because it was missing theem
unit.I changed lines 40 & 41 in _forms.scss from this:
to this:
and everything seems OK now. If this makes sense to you then I can submit a pull request.
The text was updated successfully, but these errors were encountered: