diff --git a/website/views/options/social/challenges.jade b/website/views/options/social/challenges.jade index d09361b9a7..5eb4ca9775 100644 --- a/website/views/options/social/challenges.jade +++ b/website/views/options/social/challenges.jade @@ -144,7 +144,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.html') ng-disabled='insufficientGemsForTavernChallenge()') .row - .form-group.col-lg-6.col-md-6.col-sm-12 + .form-group.col-md-6.col-sm-12 input.form-control(type='text', minlength="3", ng-model='newChallenge.shortName', placeholder=env.t('challengeTag'), required ng-disabled='insufficientGemsForTavernChallenge()') @@ -154,7 +154,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.html') =env.t('moreInfo') .row - .form-group.col-lg-6.col-md-6.col-sm-12 + .form-group.col-md-6.col-sm-12 .input-group span.input-group-addon .Pet_Currency_Gem1x