Skip to content

Commit

Permalink
#211 block inside fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 27, 2020
1 parent 61d6d38 commit f536d36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ fieldset {
flex-direction: row;
flex-wrap: wrap;

button,
label,
input,
select,
textarea {
display: block;
}

legend {
margin: $em 0;
}
Expand Down

0 comments on commit f536d36

Please sign in to comment.