mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user