Skip to content

Commit 122625a

Browse files
author
mreishman
committed
small style change
1 parent 7774bb4 commit 122625a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/php/functions/watchlistFunctions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function generateWatchlistBlock($defaultArray, $arrayKeys, $key = "{{key}}", $it
137137
}
138138
$stringToReturn .= "
139139
<input style=\"display: none\" type=\"text\" name=\"watchListItem" . $i . "-0\" value='" . $j . "'>
140-
<table width=\"100%\">
140+
<table width=\"100%\" style=\"border-top: 1px solid black; margin-top: 5px; padding-top: 5px;\">
141141
<tr>
142142
<th width=\"50%\" style=\" text-align: center;\">
143143
<a class=\"mainLinkClass watchlistButton\" onclick=\"deleteRowFunction(" . $i . ", true);\">Remove</a>

0 commit comments

Comments
 (0)