UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

19 lines (15 loc) 334 B
.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; }