fix(frontend): resolve multiple spaces bug

This commit is contained in:
yassinedorbozgithub 2025-06-23 10:48:36 +01:00
parent 03af2105dc
commit f823e1bad7

View File

@ -33,6 +33,7 @@ const SelectableBox = styled(Box)({
width: "100%",
padding: "0 4px",
lineHeight: 1.5,
whiteSpaceCollapse: "preserve",
},
"& .editable": {
position: "relative",