Skip to content

Commit b1aae2d

Browse files
author
Kristan Kenney
committed
Fix label spacing
1 parent 374e54e commit b1aae2d

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
@@ -185,7 +185,7 @@
185185
</tr>
186186
<?php if ($_SESSION['RELEASE_BRANCH'] !== 'release') {?>
187187
<tr>
188-
<td class="vst-text input-label">
188+
<td class="vst-text">
189189
<?php print _('Release'); ?>: <span class="optional"><?php echo $_SESSION['RELEASE_BRANCH'] ?></span>
190190
</td>
191191
</tr>
@@ -308,7 +308,7 @@
308308
</td>
309309
</tr>
310310
<tr>
311-
<td class="vst-text input-label">
311+
<td class="vst-text">
312312
<?php print _('DNS Cluster');?>: <span class="optional"><? if ($v_dns_cluster == 'yes') { echo 'Yes'; } else { echo 'No'; } ?></span>
313313
</td>
314314
</tr>

0 commit comments

Comments
 (0)