Skip to content

Commit 88f4010

Browse files
evanpurkhiserandrewshie-sentry
authored andcommitted
ref(ui): Tighten up radio group (#93506)
Before <img alt="clipboard.png" width="291" src="https://i.imgur.com/JVsM6Xn.png" /> After <img alt="clipboard.png" width="291" src="https://i.imgur.com/skTw5JU.png" />
1 parent bd0a28f commit 88f4010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/forms/controls/radioGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const RadioLineItem = styled('label', {shouldForwardProp})<{
123123
disabled?: boolean;
124124
}>`
125125
display: grid;
126-
gap: 0.25em 0.5em;
126+
gap: 0 ${space(0.75)};
127127
grid-template-columns: max-content auto;
128128
align-items: center;
129129
cursor: ${p => (p.disabled ? 'default' : 'pointer')};

0 commit comments

Comments
 (0)