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
Some CSS rules require spaces. For example Bootstrap has the following applied to its input elements:
height: calc(2.25rem + 2px).
The + requires a space on either side or it doesn't work. Unfortunately the spaces get stripped out leaving the input oddly sized.
I've worked around this on my current project by adding inline css to the form but it'd be great to get this fixed properly.
The text was updated successfully, but these errors were encountered:
Some CSS rules require spaces. For example Bootstrap has the following applied to its input elements: height: calc(2.25rem + 2px). The + requires a space on either side or it doesn't work. Unfortunately the spaces get stripped out leaving the input oddly sized. I've worked around this on my current project by adding inline css to the form but it'd be great to get this fixed properly.
The text was updated successfully, but these errors were encountered: