In Activities (Tasks / Notes) right drawer, while editing the body and displaying the styling bar, the bar should styling not be larger than the right drawer (#1414)

Co-authored-by: KlingerMatheus <klinger.matheus@gitstart.dev>
This commit is contained in:
gitstart-twenty
2023-09-04 12:54:08 +03:00
committed by GitHub
parent c0cb3a47f3
commit 9a35b1fa44

View File

@ -18,6 +18,9 @@ const StyledEditor = styled.div`
color: ${({ theme }) => theme.font.color.tertiary};
font-style: normal !important;
}
.tippy-box:has(.mantine-Toolbar-root) {
transform: translateX(-13%);
}
`;
export function BlockEditor({ editor }: BlockEditorProps) {