fix: button "jumps" between workplace settings tabs (#1399)

This commit is contained in:
Jeff Wen
2023-03-08 18:07:15 +08:00
committed by GitHub
parent ac9adcb7b2
commit dc319f664f

View File

@@ -176,7 +176,7 @@ const LocalCollaborationPanel: React.FC<
const [open, setOpen] = useState(false);
return (
<>
<Wrapper marginBottom="32px">{t('Collaboration Description')}</Wrapper>
<Wrapper marginBottom="42px">{t('Collaboration Description')}</Wrapper>
<Button
type="light"
shape="circle"