Standardized on col-md-6

This commit is contained in:
billz
2019-10-24 21:42:03 +01:00
parent b98f2f1a02
commit a126b9c8c2
4 changed files with 24 additions and 24 deletions

View File

@@ -78,7 +78,7 @@ if ($cpuload > 90) {
<div role="tabpanel" class="tab-pane" id="language">
<h4 class="mt-3"><?php echo _("Language settings") ;?></h4>
<div class="row">
<div class="form-group col-md-4">
<div class="form-group col-md-6">
<label for="code"><?php echo _("Select a language"); ?></label>
<?php SelectorOptions('locale', $arrLocales, $_SESSION['locale']); ?>
</div>