feat(app): fix descender clipping (#35950)
This commit is contained in:
parent
5cc3a51357
commit
ae7d63272c
2 changed files with 2 additions and 2 deletions
|
|
@ -474,7 +474,7 @@ export function ModelSelectorPopoverV2(props: {
|
||||||
}}
|
}}
|
||||||
onSelect={() => selectModel(item)}
|
onSelect={() => selectModel(item)}
|
||||||
>
|
>
|
||||||
<span class="min-w-0 truncate">{item.name}</span>
|
<span class="min-w-0 truncate leading-5">{item.name}</span>
|
||||||
<Show when={isFree(item.provider.id, item.cost)}>
|
<Show when={isFree(item.provider.id, item.cost)}>
|
||||||
<TagV2 class="shrink-0">{language.t("model.tag.free")}</TagV2>
|
<TagV2 class="shrink-0">{language.t("model.tag.free")}</TagV2>
|
||||||
</Show>
|
</Show>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 530;
|
font-weight: 530;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1;
|
line-height: 20px;
|
||||||
color: var(--v2-text-text-base);
|
color: var(--v2-text-text-base);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue