Improve InputSelect, Text components

This commit is contained in:
Tom Moor
2024-04-01 21:23:38 -04:00
parent 4b54686c76
commit ec30ef84af
2 changed files with 11 additions and 1 deletions

View File

@@ -174,7 +174,7 @@ const InputSelect = (props: Props, ref: React.RefObject<InputSelectRef>) => {
{opt.description && (
<>
&nbsp;
<Text as="span" type="tertiary" size="small">
<Text as="span" type="tertiary" size="small" ellipsis>
{opt.description}
</Text>
</>