Sessions - polish changes filter action (#305357)

* Sessions - polish changes filter action

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ladislau Szomoru
2026-03-26 23:53:29 +00:00
committed by GitHub
parent 7191e996de
commit 6e1a95ed84
3 changed files with 103 additions and 50 deletions

View File

@@ -66,11 +66,20 @@
font-size: 12px;
}
.changes-view-body .changes-files-title {
.changes-view-body .changes-files-header-toolbar {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.changes-view-body .changes-files-header-toolbar .action-label {
font-size: 12px;
align-items: center;
> .codicon {
font-size: 10px !important;
padding-left: 4px;
width: 10px;
height: 10px;
}
}
.changes-view-body .changes-files-count {