Dynamically truncate the Account's name/username in hidden content
This commit is contained in:
@ -29,6 +29,7 @@ interface IHStack {
|
||||
justifyContent?: 'between' | 'center',
|
||||
space?: 0.5 | 1 | 1.5 | 2 | 3 | 4 | 6,
|
||||
grow?: boolean,
|
||||
style?: React.CSSProperties
|
||||
}
|
||||
|
||||
const HStack: React.FC<IHStack> = (props) => {
|
||||
|
||||
Reference in New Issue
Block a user