tui: align numeric displays consistently across tool outputs and diff counters using tabular numerals
parent
6dfe19b445
commit
9c43893a0f
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -230,6 +230,7 @@
|
|||
[data-slot="session-turn-diffs-count"] {
|
||||
color: var(--text-base);
|
||||
font-family: var(--font-family-sans);
|
||||
font-variant-numeric: tabular-nums;
|
||||
font-size: var(--font-size-base);
|
||||
font-weight: var(--font-weight-regular);
|
||||
line-height: var(--line-height-large);
|
||||
|
|
|
|||
Loading…
Reference in New Issue