|
|
@@ -182,12 +182,11 @@
|
|
|
}
|
|
|
|
|
|
[data-slot="session-turn-diff-path"] {
|
|
|
- display: inline-flex;
|
|
|
+ display: flex;
|
|
|
min-width: 0;
|
|
|
align-items: baseline;
|
|
|
overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
+
|
|
|
font-family: var(--font-family-sans);
|
|
|
font-size: var(--font-size-small);
|
|
|
line-height: var(--line-height-large);
|
|
|
@@ -195,6 +194,13 @@
|
|
|
|
|
|
[data-slot="session-turn-diff-directory"] {
|
|
|
color: var(--text-weak);
|
|
|
+ min-width: 0;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ direction: rtl;
|
|
|
+ unicode-bidi: plaintext;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
[data-slot="session-turn-diff-filename"] {
|