@radix-ui/themes
Version:
[](https://radix-ui.com/themes)
19 lines (15 loc) • 334 B
CSS
.rt-RadioGroupRoot {
display: flex;
flex-direction: column;
gap: var(--space-1);
}
.rt-RadioGroupItem {
display: flex;
gap: 0.5em;
/* Make sure whitespace to the right of the text is not clickable */
width: fit-content;
}
.rt-RadioGroupItemInner {
/* Make layouts with text truncation possible */
min-width: 0;
}