KEYCLOAK-1149 app cred field not wide enough

This commit is contained in:
Stian Thorgersen 2015-03-31 09:14:56 +02:00
parent ade3b4eb75
commit 7d320392f2

View file

@ -13,7 +13,7 @@
<legend><span class="text">Client Secret</span></legend> <legend><span class="text">Client Secret</span></legend>
<div class="form-group"> <div class="form-group">
<label class="col-sm-2 control-label" for="secret">Secret</label> <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"> <input readonly kc-select-action="click" class="form-control" type="text" id="secret" name="secret" data-ng-model="secret">
</div> </div>
</div> </div>