dify / web /app /components /base /radio /style.module.css
Severian's picture
initial commit
a8b3f00
raw
history blame
160 Bytes
.container {
padding: 4px;
border-radius: 4px;
}
.label {
position: relative;
margin-right: 3px;
}
.label:last-child {
margin-right: 0;
}