mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:31:06 +08:00
Fixed layout when background text is too long.
Signed-off-by: Blake Stephens <blake.stephens@lge.com>
This commit is contained in:
parent
bfce94ffd3
commit
802e1d6378
@ -29,6 +29,7 @@ const style = {
|
||||
font: {
|
||||
fontFamily: "-apple-system, '.SFNSText-Regular', 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif",
|
||||
fontSize: "14px",
|
||||
wordBreak: "break-word",
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user