mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 19:47:53 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
16 lines
203 B
CSS
16 lines
203 B
CSS
@reference "../../../styles/globals.css";
|
|
|
|
.container {
|
|
padding: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.label {
|
|
position: relative;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.label:last-child {
|
|
margin-right: 0;
|
|
}
|