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:
parent
fc5110aaa9
commit
9db1d59093
@ -133,7 +133,7 @@ export default class StrategyConfigureComponent extends React.Component {
|
|||||||
{dirty ? <small> (Unsaved)</small> : ''}
|
{dirty ? <small> (Unsaved)</small> : ''}
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
|
|
||||||
<CardText>
|
<CardText style={{ width: 'unset' }}>
|
||||||
<InputType
|
<InputType
|
||||||
parameters={parameters}
|
parameters={parameters}
|
||||||
strategy={strategy}
|
strategy={strategy}
|
||||||
|
Loading…
Reference in New Issue
Block a user