1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: minor CSS tweak

This commit is contained in:
Ivar Conradi Østhus 2020-12-15 21:36:21 +01:00
parent fc5110aaa9
commit 9db1d59093

View File

@ -133,7 +133,7 @@ export default class StrategyConfigureComponent extends React.Component {
{dirty ? <small>&nbsp;(Unsaved)</small> : ''}
</CardTitle>
<CardText>
<CardText style={{ width: 'unset' }}>
<InputType
parameters={parameters}
strategy={strategy}