From 6ec23ce7903e2bc7f0eb0bab6f82dda8ee96afec Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 19 Sep 2018 18:42:35 +0200 Subject: [PATCH] Display settings in one column --- website/client/components/settings/site.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/components/settings/site.vue b/website/client/components/settings/site.vue index 66b7efe19b..26410ec7ef 100644 --- a/website/client/components/settings/site.vue +++ b/website/client/components/settings/site.vue @@ -4,7 +4,7 @@ reset-modal delete-modal h1.col-12 {{ $t('settings') }} - .col-6 + .col-sm-6 .form-horizontal h5 {{ $t('language') }} select.form-control(:value='user.preferences.language', @@ -105,7 +105,7 @@ p(v-html="$t('timezoneUTC', {utc: timezoneOffsetToUtc})") p(v-html="$t('timezoneInfo')") - .col-6 + .col-sm-6 h2 {{ $t('registration') }} .panel-body div