mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-31 09:55:01 +00:00
ui: remove extra padding around IO sections
This commit is contained in:
parent
d64027d43d
commit
cc53123bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-xs);
|
||||
padding: var(--space-xs);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tool-call-io-section {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue