mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
tui: align numeric displays consistently across tool outputs and diff counters using tabular numerals
This commit is contained in:
parent
6dfe19b445
commit
9c43893a0f
2 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
overflow: clip;
|
||||
white-space: nowrap;
|
||||
font-family: var(--font-family-sans);
|
||||
font-variant-numeric: tabular-nums;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: var(--font-weight-regular);
|
||||
|
|
@ -108,6 +109,7 @@
|
|||
overflow: clip;
|
||||
white-space: nowrap;
|
||||
font-family: var(--font-family-sans);
|
||||
font-variant-numeric: tabular-nums;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: var(--font-weight-regular);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue