diff options
| author | Adam <[email protected]> | 2026-02-19 14:31:22 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-19 14:31:22 -0600 |
| commit | 7729c6d895a7dff4e39fd28574103f97aabd2c0d (patch) | |
| tree | 49ea665a746826d07289ac18bf638759545045f6 | |
| parent | 7fb2081dcecacddf780a91cb5f1e7c6a81574fb5 (diff) | |
| download | opencode-7729c6d895a7dff4e39fd28574103f97aabd2c0d.tar.gz opencode-7729c6d895a7dff4e39fd28574103f97aabd2c0d.zip | |
chore: cleanup
| -rw-r--r-- | packages/ui/src/components/session-turn.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/ui/src/components/session-turn.css b/packages/ui/src/components/session-turn.css index d70c679f2..81fee2a61 100644 --- a/packages/ui/src/components/session-turn.css +++ b/packages/ui/src/components/session-turn.css @@ -154,6 +154,7 @@ min-width: 0; align-items: baseline; overflow: hidden; + white-space: nowrap; font-family: var(--font-family-sans); font-size: var(--font-size-small); @@ -161,6 +162,7 @@ } [data-slot="session-turn-diff-directory"] { + flex: 1 1 auto; color: var(--text-weak); min-width: 0; overflow: hidden; @@ -172,6 +174,12 @@ } [data-slot="session-turn-diff-filename"] { + flex-shrink: 0; + max-width: 100%; + min-width: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; color: var(--text-strong); font-weight: var(--font-weight-medium); } |
