File tree Expand file tree Collapse file tree
packages/ui/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 171171
172172 [data-slot = "session-turn-diff-path" ] {
173173 display : flex;
174+ flex-grow : 1 ;
174175 min-width : 0 ;
175- align-items : baseline;
176- overflow : hidden;
177- white-space : nowrap;
178176
179177 font-family : var (--font-family-sans );
180178 font-size : var (--font-size-small );
181179 line-height : var (--line-height-large );
182180 }
183181
184182 [data-slot = "session-turn-diff-directory" ] {
185- flex : 1 1 auto;
186- color : var (--text-weak );
187- min-width : 0 ;
183+ color : var (--text-base );
188184 overflow : hidden;
189185 text-overflow : ellipsis;
190186 white-space : nowrap;
191187 direction : rtl;
192- unicode-bidi : plaintext;
193188 text-align : left;
194189 }
195190
196191 [data-slot = "session-turn-diff-filename" ] {
197192 flex-shrink : 0 ;
198- max-width : 100% ;
199- min-width : 0 ;
200- overflow : hidden;
201- text-overflow : ellipsis;
202- white-space : nowrap;
203193 color : var (--text-strong );
204194 font-weight : var (--font-weight-medium );
205195 }
You can’t perform that action at this time.
0 commit comments