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
For elements such as a fieldset, it is sometimes preferable to hide the default borders. Turning them off by default for fieldset is probably not the way to go so, I propose adding a simple utility class as follows:
.no-border {
border:0;
}
The text was updated successfully, but these errors were encountered:
For elements such as a
fieldset
, it is sometimes preferable to hide the default borders. Turning them off by default forfieldset
is probably not the way to go so, I propose adding a simple utility class as follows:The text was updated successfully, but these errors were encountered: