Skip to content

Commit

Permalink
Fix align for hint row in selectors modal (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner authored Dec 18, 2024
1 parent af9340e commit 5edf11c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@

&__setting-checkbox {
margin-right: 8px;

&_top {
align-self: flex-start;
margin-top: 4px;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const HintRow = () => {
onUpdate={handleUpdateEnable}
checked={showHint}
size="l"
className={b('setting-checkbox')}
className={b('setting-checkbox', {top: true})}
/>
{showHint && (
<MarkdownControl
Expand Down

0 comments on commit 5edf11c

Please sign in to comment.