-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi @Faisal-Manzer - love the plugin and have been using it for a while, but have discovered an irritating bug.
In the below code, .form-field is oddly inheriting the min-height value from the nested child, which obviously it shouldn't do this. Is there a know bug or conflict with this?
Thanks
.form-field {
width: 100%;
// Textarea
&.textarea {
// Input
textarea {
min-height: 25vh;
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels