ui: left-align tool IO header text

This commit is contained in:
Shantur Rathore
2026-02-19 20:44:22 +00:00
parent 3760ba2d7f
commit 84f81cf829

View File

@@ -251,7 +251,7 @@
.tool-call-io-toggle {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: flex-start;
gap: 0.75rem;
padding: 0.5rem;
background-color: var(--surface-secondary);