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
But labels' width in non stacked forms are 130px wide, and I wouldn't want my labels text to overflow over my inputs because of non breakable whitespace.
Labels look better when they do not wrap on whitespace:
.label {white-space:nowrap;}
The text was updated successfully, but these errors were encountered: