fix: dots icons smaller
This commit is contained in:
@ -40,7 +40,7 @@ const Board: FC<Props> = ({ board }) => {
|
||||
},
|
||||
}}
|
||||
getChildren={startEditing => (
|
||||
<>
|
||||
<Group wrap={"nowrap"}>
|
||||
<Box>
|
||||
<Text style={{ textWrap: "nowrap" }}>
|
||||
{board.name}
|
||||
@ -56,7 +56,7 @@ const Board: FC<Props> = ({ board }) => {
|
||||
startEditing={startEditing}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
</Group>
|
||||
)}
|
||||
modalTitle={"Редактирование доски"}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user