Update user-credentials.html
fix style on specific @media resolution
This commit is contained in:
parent
c403aa49f7
commit
3d5e976097
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
|
||||
<div class="form-group clearfix block">
|
||||
<label class="col-md-2 control-label" for="temporaryPassword">{{:: 'temporary' | translate}}</label>
|
||||
<div class="col-sm-6">
|
||||
<div class="col-md-6">
|
||||
<input ng-model="temporaryPassword" name="temporaryPassword" id="temporaryPassword" onoffswitch on-text="{{:: 'onText' | translate}}" off-text="{{:: 'offText' | translate}}" />
|
||||
</div>
|
||||
<kc-tooltip>{{:: 'credentials.temporary.tooltip' | translate}}</kc-tooltip>
|
||||
|
|
Loading…
Reference in a new issue