Hello,
i have two radiobuttons. I would like to have them below each other because i need more information next to each radiobutton. i tried this with the following css class
display: flex !important;
flex-direction: column;
gap: 0.5rem;
margin-left: 0px;
but the second radio-option has a margin. i’m not sure how to get rid of this margin.
greetings,
mandi