mirror of
https://github.com/langgenius/dify.git
synced 2025-07-13 12:10:29 +00:00
14 lines
160 B
CSS
14 lines
160 B
CSS
![]() |
.container {
|
||
|
padding: 4px;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
|
||
|
.label {
|
||
|
position: relative;
|
||
|
margin-right: 3px;
|
||
|
}
|
||
|
|
||
|
.label:last-child {
|
||
|
margin-right: 0;
|
||
|
}
|