diff --git a/app/components/container/form-command/template.hbs b/app/components/container/form-command/template.hbs index 30807e68e..084321f11 100644 --- a/app/components/container/form-command/template.hbs +++ b/app/components/container/form-command/template.hbs @@ -94,7 +94,7 @@ {{radio-button selection=restart value="on-failure-cond"}} {{t 'formCommand.autoRestart.onFailureCondPrefix' limit=restartLimit}} - {{input-integer min=1 safeStyle="width: 60px; padding: 0 2px; display: inline-block;" class="form-control input-sm" value=restartLimit}} + {{input-integer min=1 safeStyle="width: 60px; padding: 0 2px; display: inline-block;" class="form-control input-xs" value=restartLimit}} {{t 'formCommand.autoRestart.onFailureCondSuffix' limit=restartLimit}} diff --git a/app/service/template.hbs b/app/service/template.hbs index 7cae49ea9..7833ccd2f 100644 --- a/app/service/template.hbs +++ b/app/service/template.hbs @@ -47,12 +47,12 @@ {{/if}}