Browse Source

Fix item spacing on settings page

Kristan Kenney 5 years ago
parent
commit
74b31d46c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/templates/admin/edit_server.html

+ 2 - 2
web/templates/admin/edit_server.html

@@ -821,7 +821,7 @@
                                 <td class="vst-text input-label step-left">
                                     <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="hestia">
                                         <tr>
-                                            <td class="vst-text">
+                                            <td class="vst-text input-label">
                                                 <?php print __('Fm');?>
                                             </td>
                                         </tr>
@@ -835,7 +835,7 @@
                                             </td>
                                         </tr>
                                         <tr>
-                                            <td class="vst-text">
+                                            <td class="vst-text input-label">
                                                 <?php print __('FileSystem Disk Quota');?>
                                             </td>
                                         </tr>