Skip to content

Commit adabad1

Browse files
committed
Revert "fix(ui): prevent filename and diff count overlap in session changes (#14773)"
This reverts commit a0b3bbf.
1 parent 7a74be3 commit adabad1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

packages/ui/src/components/session-review.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
align-items: center;
100100
justify-content: space-between;
101101
width: 100%;
102-
min-width: 0;
103102
gap: 20px;
104103
}
105104

@@ -116,12 +115,9 @@
116115
align-items: center;
117116
flex-grow: 1;
118117
min-width: 0;
119-
overflow: hidden;
120118
}
121119

122120
[data-slot="session-review-directory"] {
123-
flex: 1 1 auto;
124-
min-width: 0;
125121
color: var(--text-base);
126122
text-overflow: ellipsis;
127123
overflow: hidden;
@@ -133,11 +129,6 @@
133129
[data-slot="session-review-filename"] {
134130
color: var(--text-strong);
135131
flex-shrink: 0;
136-
max-width: 100%;
137-
min-width: 0;
138-
overflow: hidden;
139-
text-overflow: ellipsis;
140-
white-space: nowrap;
141132
}
142133

143134
[data-slot="session-review-view-button"] {
@@ -172,7 +163,6 @@
172163
gap: 16px;
173164
align-items: center;
174165
justify-content: flex-end;
175-
margin-left: auto;
176166
}
177167

178168
[data-slot="session-review-diff-chevron"] {

0 commit comments

Comments
 (0)