Fix undesired wrapping on notes

This commit is contained in:
yari-dewalt
2024-10-18 10:11:36 -07:00
parent cf2c7f7f8c
commit 74695d2e88

View File

@@ -620,6 +620,7 @@ export const getData = () => {
padding: config.class!.padding ?? 6,
cssStyles: [
'text-align: left',
'white-space: nowrap',
`fill: ${config.themeVariables.noteBkgColor}`,
`stroke: ${config.themeVariables.noteBorderColor}`,
],