diff options
| author | Adam <[email protected]> | 2026-02-26 18:09:12 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-26 18:11:05 -0600 |
| commit | adabad19f19505f30e905d80fe4d05c249b43146 (patch) | |
| tree | c93b358cbbc43e47b2ea03d4cb9c8720583a2eb8 | |
| parent | 7a74be3b478bf32aa844d823561c71799aa2b8d3 (diff) | |
| download | opencode-adabad19f19505f30e905d80fe4d05c249b43146.tar.gz opencode-adabad19f19505f30e905d80fe4d05c249b43146.zip | |
Revert "fix(ui): prevent filename and diff count overlap in session changes (#14773)"
This reverts commit a0b3bbffd5459b81fcb59dbe30f0fd62cc8ec414.
| -rw-r--r-- | packages/ui/src/components/session-review.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/ui/src/components/session-review.css b/packages/ui/src/components/session-review.css index fae181e20..ec048d009 100644 --- a/packages/ui/src/components/session-review.css +++ b/packages/ui/src/components/session-review.css @@ -99,7 +99,6 @@ align-items: center; justify-content: space-between; width: 100%; - min-width: 0; gap: 20px; } @@ -116,12 +115,9 @@ align-items: center; flex-grow: 1; min-width: 0; - overflow: hidden; } [data-slot="session-review-directory"] { - flex: 1 1 auto; - min-width: 0; color: var(--text-base); text-overflow: ellipsis; overflow: hidden; @@ -133,11 +129,6 @@ [data-slot="session-review-filename"] { color: var(--text-strong); flex-shrink: 0; - max-width: 100%; - min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } [data-slot="session-review-view-button"] { @@ -172,7 +163,6 @@ gap: 16px; align-items: center; justify-content: flex-end; - margin-left: auto; } [data-slot="session-review-diff-chevron"] { |
