mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
28546fbb55
commit
5c67329be6
3 changed files with 24 additions and 26 deletions
|
@ -182,4 +182,4 @@ export const VERSIONS = {
|
|||
excalidrawLibrary: 2,
|
||||
} as const;
|
||||
|
||||
export const BOUND_TEXT_PADDING = 30;
|
||||
export const BOUND_TEXT_PADDING = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue