Skip to content

Commit d6d80b5

Browse files
committed
fixed title padding
1 parent 8b74eb9 commit d6d80b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/add_package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<table class="sub-menu" style="background: white;">
1212
<tr>
13-
<td style="padding: 10x 2px 0 0;" ><a class="name"><b>Adding Package</b></a>
13+
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b>Adding Package</b></a>
1414
<?php
1515
if (!empty($_SESSION['error_msg'])) {
1616
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

0 commit comments

Comments
 (0)