mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:31:19 +08:00
Fix long story name word-breaking
This commit is contained in:
parent
3607ed5fa2
commit
760a752256
@ -1,5 +1,7 @@
|
||||
import { baseFonts } from '../../theme';
|
||||
|
||||
const toggleWidth = '24px';
|
||||
|
||||
export default {
|
||||
tree: {
|
||||
base: {
|
||||
@ -30,7 +32,7 @@ export default {
|
||||
verticalAlign: 'top',
|
||||
marginLeft: '-5px',
|
||||
height: '24px',
|
||||
width: '24px',
|
||||
width: toggleWidth,
|
||||
},
|
||||
wrapper: {
|
||||
position: 'absolute',
|
||||
@ -49,6 +51,7 @@ export default {
|
||||
base: {
|
||||
display: 'inline-block',
|
||||
verticalAlign: 'top',
|
||||
maxWidth: `calc(100% - ${toggleWidth})`,
|
||||
},
|
||||
connector: {
|
||||
width: '2px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user