mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Fix CI status widget header label vertical alignment (#303455)
* fix: enhance title styling in CI Status Widget for better alignment * fix: set monaco-icon-label height to 18px in CI status widget title Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3f9004083b
commit
deca02023f
@@ -32,12 +32,15 @@
|
||||
/* Title - single line, overflow ellipsis */
|
||||
.ci-status-widget-title {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
color: var(--vscode-foreground);
|
||||
}
|
||||
|
||||
.ci-status-widget-title .monaco-icon-label {
|
||||
width: 100%;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.ci-status-widget-title .monaco-icon-label-container,
|
||||
|
||||
Reference in New Issue
Block a user