Fix long story name word-breaking

This commit is contained in:
igor 2017-07-07 21:10:17 +03:00
parent 3607ed5fa2
commit 760a752256

View File

@ -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',