mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
more style fix
This commit is contained in:
parent
839a49835a
commit
435569ed21
@ -89,7 +89,7 @@ export default class ViewFeatureToggleComponent extends React.Component {
|
||||
};
|
||||
|
||||
return (
|
||||
<Card shadow={0} className={commonStyles.fullwidth}>
|
||||
<Card shadow={0} className={commonStyles.fullwidth} style={{ overflow: 'visible' }}>
|
||||
<CardTitle style={{ paddingTop: '24px', wordBreak: 'break-all' }}>{featureToggle.name}</CardTitle>
|
||||
<CardText>{featureToggle.description}</CardText>
|
||||
<CardActions border style={{ display: 'flex', alignItems: 'center' }}>
|
||||
|
Loading…
Reference in New Issue
Block a user