mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-21 20:18:57 +08: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;
|
|
}
|