Skip to content

Commit b9b22e6

Browse files
committed
Fix display error
1 parent 3bdb7dd commit b9b22e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fieldset input[type="radio"] {
2323
}
2424

2525
fieldset label {
26-
display: inline;
26+
display: flex;
2727
margin-right: 15px;
2828
font-weight: normal;
2929
}

0 commit comments

Comments
 (0)