Add width 100% to active style
This commit is contained in:
parent
9bce15b871
commit
d082af4e33
|
|
@ -165,6 +165,7 @@ export const TabContent = define('TabContent', {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
width: '100%',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user