Update user-credentials.html

fix style on specific @media resolution
This commit is contained in:
CarlosVilla 2020-03-07 12:39:12 -06:00 committed by Stan Silvert
parent c403aa49f7
commit 3d5e976097

View file

@ -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>