fix: Reduce padding to 5px for bounded text (#4530)
* fix: Reduce padding to 5px * reduce width by 50 to fix tests * Push the word if appending space exceeds max width when breaking words * fix spec
This commit is contained in:
@ -182,4 +182,4 @@ export const VERSIONS = {
|
||||
excalidrawLibrary: 2,
|
||||
} as const;
|
||||
|
||||
export const BOUND_TEXT_PADDING = 30;
|
||||
export const BOUND_TEXT_PADDING = 5;
|
||||
|
Reference in New Issue
Block a user