Skip to content

Commit 74b31d4

Browse files
author
Kristan Kenney
committed
Fix item spacing on settings page
1 parent b27cc66 commit 74b31d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/admin/edit_server.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
<td class="vst-text input-label step-left">
822822
<table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="hestia">
823823
<tr>
824-
<td class="vst-text">
824+
<td class="vst-text input-label">
825825
<?php print __('Fm');?>
826826
</td>
827827
</tr>
@@ -835,7 +835,7 @@
835835
</td>
836836
</tr>
837837
<tr>
838-
<td class="vst-text">
838+
<td class="vst-text input-label">
839839
<?php print __('FileSystem Disk Quota');?>
840840
</td>
841841
</tr>

0 commit comments

Comments
 (0)