Merge pull request #1158 from Hexastack/1157-bug---nlu-selection-component-multiple-spaces

fix(frontend): resolve NLU component multiple spaces bug
This commit is contained in:
Med Marrouchi 2025-06-23 11:59:51 +01:00 committed by GitHub
commit 17e3b53b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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