mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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';
|
import { baseFonts } from '../../theme';
|
||||||
|
|
||||||
|
const toggleWidth = '24px';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
tree: {
|
tree: {
|
||||||
base: {
|
base: {
|
||||||
@ -30,7 +32,7 @@ export default {
|
|||||||
verticalAlign: 'top',
|
verticalAlign: 'top',
|
||||||
marginLeft: '-5px',
|
marginLeft: '-5px',
|
||||||
height: '24px',
|
height: '24px',
|
||||||
width: '24px',
|
width: toggleWidth,
|
||||||
},
|
},
|
||||||
wrapper: {
|
wrapper: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
@ -49,6 +51,7 @@ export default {
|
|||||||
base: {
|
base: {
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
verticalAlign: 'top',
|
verticalAlign: 'top',
|
||||||
|
maxWidth: `calc(100% - ${toggleWidth})`,
|
||||||
},
|
},
|
||||||
connector: {
|
connector: {
|
||||||
width: '2px',
|
width: '2px',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user