KEYCLOAK-1149 app cred field not wide enough
This commit is contained in:
parent
ade3b4eb75
commit
7d320392f2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<legend><span class="text">Client Secret</span></legend>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label" for="secret">Secret</label>
|
||||
<div class="col-sm-4">
|
||||
<div class="col-sm-6">
|
||||
<input readonly kc-select-action="click" class="form-control" type="text" id="secret" name="secret" data-ng-model="secret">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue