Skip to content

Commit

Permalink
Merge pull request #3036 from Aerilym/ses-736-group-invite-radio-list
Browse files Browse the repository at this point in the history
Fix: add relative style to radio button
  • Loading branch information
Bilb committed Mar 18, 2024
2 parents ed0937b + 66459b5 commit 261d67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/basic/SessionRadio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const SessionRadio = (props: SessionRadioProps) => {
container={true}
flexDirection={radioPosition === 'left' ? 'row' : 'row-reverse'}
justifyContent={radioPosition === 'left' ? 'flex-start' : 'flex-end'}
style={style}
style={{ ...style, position: 'relative' }}
>
<StyledInput
type="radio"
Expand Down

0 comments on commit 261d67d

Please sign in to comment.