Improve InputSelect, Text components
This commit is contained in:
@@ -174,7 +174,7 @@ const InputSelect = (props: Props, ref: React.RefObject<InputSelectRef>) => {
|
||||
{opt.description && (
|
||||
<>
|
||||
|
||||
<Text as="span" type="tertiary" size="small">
|
||||
<Text as="span" type="tertiary" size="small" ellipsis>
|
||||
– {opt.description}
|
||||
</Text>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user