From 0b1758f5c6a88e0125ed762011ea4eb875fe6c32 Mon Sep 17 00:00:00 2001 From: Arodang Date: Fri, 20 Nov 2015 18:17:51 -0500 Subject: [PATCH] Removed col-lg-6 class from tags and prize --- website/views/options/social/challenges.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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