mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 23:47:27 +00:00
fix(web ui): agent model selection
This commit is contained in:
@@ -1659,6 +1659,13 @@
|
||||
.agent-kv {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.agent-kv > div {
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.agent-kv-sub {
|
||||
|
||||
Reference in New Issue
Block a user