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">
|
<div class="form-group clearfix block">
|
||||||
<label class="col-md-2 control-label" for="temporaryPassword">{{:: 'temporary' | translate}}</label>
|
<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}}" />
|
<input ng-model="temporaryPassword" name="temporaryPassword" id="temporaryPassword" onoffswitch on-text="{{:: 'onText' | translate}}" off-text="{{:: 'offText' | translate}}" />
|
||||||
</div>
|
</div>
|
||||||
<kc-tooltip>{{:: 'credentials.temporary.tooltip' | translate}}</kc-tooltip>
|
<kc-tooltip>{{:: 'credentials.temporary.tooltip' | translate}}</kc-tooltip>
|
||||||
|
|
Loading…
Reference in a new issue