Skip to content

Commit

Permalink
Fix alignment when label is below the drop-down
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 30, 2024
1 parent b8539e1 commit 1988803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ label:has(select) {
color: firebrick;
}
}
&:has(select+span)::after { top: 0.1em; bottom: auto; } //label text below drop-down
}

// Fieldsets (unless for checkbox or radio buttons)
Expand Down

0 comments on commit 1988803

Please sign in to comment.