Merge wt-path-alignment: path sits under its branch, not across the card
This commit is contained in:
@@ -2473,7 +2473,9 @@ body {
|
|||||||
color: var(--on-accent);
|
color: var(--on-accent);
|
||||||
}
|
}
|
||||||
.proj-wt-path {
|
.proj-wt-path {
|
||||||
margin-left: auto;
|
/* No margin-left:auto — that was for the old single-line row, where it pushed
|
||||||
|
the path to the far right. Inside the two-line card it sits directly under
|
||||||
|
the branch it belongs to, so auto margin would strand it across the card. */
|
||||||
font-family: Menlo, Consolas, monospace;
|
font-family: Menlo, Consolas, monospace;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: var(--text-faint);
|
color: var(--text-faint);
|
||||||
|
|||||||
Reference in New Issue
Block a user