mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-25 10:04:40 +00:00
fix(ui): prevent long filenames from overlapping actions (#17151)
This commit is contained in:
@@ -125,7 +125,10 @@
|
|||||||
|
|
||||||
[data-slot="session-review-filename"] {
|
[data-slot="session-review-filename"] {
|
||||||
color: var(--text-strong);
|
color: var(--text-strong);
|
||||||
flex-shrink: 0;
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-review-view-button"] {
|
[data-slot="session-review-view-button"] {
|
||||||
|
|||||||
@@ -190,9 +190,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-turn-diff-filename"] {
|
[data-slot="session-turn-diff-filename"] {
|
||||||
flex-shrink: 0;
|
min-width: 0;
|
||||||
color: var(--text-strong);
|
color: var(--text-strong);
|
||||||
font-weight: var(--font-weight-medium);
|
font-weight: var(--font-weight-medium);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-turn-diff-meta"] {
|
[data-slot="session-turn-diff-meta"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user