forked from ddrilling/asb_cloud_front
Исправлена ошибка с установкой columnGap
This commit is contained in:
parent
daad22ce9a
commit
b16fe4024d
@ -9,7 +9,7 @@ interface UserViewProps {
|
||||
|
||||
export const UserView = ({ user } : UserViewProps) => (user ? (
|
||||
<Tooltip title={(
|
||||
<Grid columnGap='8px'>
|
||||
<Grid style={{ columnGap: '8px' }}>
|
||||
<GridItem row={1} col={1}>Фамилия:</GridItem>
|
||||
<GridItem row={1} col={2}>{user?.surname}</GridItem>
|
||||
<GridItem row={2} col={1}>Имя:</GridItem>
|
||||
|
Loading…
Reference in New Issue
Block a user