dify/web/app/components/base/radio/style.module.css
2023-05-15 08:51:32 +08:00

14 lines
160 B
CSS

.container {
padding: 4px;
border-radius: 4px;
}
.label {
position: relative;
margin-right: 3px;
}
.label:last-child {
margin-right: 0;
}