truncate filter options

This commit is contained in:
yuneng-jiang 2026-02-07 18:04:35 -08:00
parent 53cf43dff6
commit 7798d52cd4

View file

@ -241,7 +241,7 @@ const AllModelsTab = ({
label: (
<Space direction="horizontal" align="center">
<Badge color="green" size="small" />
<Text style={{ fontSize: 16 }}>
<Text ellipsis style={{ fontSize: 16 }}>
{team.team_alias ? team.team_alias : team.team_id}
</Text>
</Space>