Skip to content

Commit 910fab9

Browse files
author
Kristan Kenney
committed
Fix spacing of icons on Configure Server page
1 parent f171d55 commit 910fab9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,6 +2529,7 @@ a.vst-text:active b{
25292529

25302530
.advanced-options .fas {
25312531
margin-right: 20px;
2532+
width: 14px;
25322533
}
25332534

25342535
.vst-textinput {

web/templates/admin/edit_server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<tr>
5454
<td class="vst-text input-label step-top advanced-options">
5555
<a href="javascript:elementHideShow('basic');" class="vst-text">
56-
<i class="fas fa-cog"></i> <b><?php print __('Basic options');?> <img src="/images/arrow.png"></b>
56+
<i class="fas fa-cog"></i><b><?php print __('Basic options');?> <img src="/images/arrow.png"></b>
5757
</a>
5858
</td>
5959
</tr>

0 commit comments

Comments
 (0)