Skip to content

Commit 14c0552

Browse files
authored
Merge pull request #2946 from somiaj/modify-info-set-desc
Add horizontal padding to set info icon.
2 parents 983c1c6 + 4ced828 commit 14c0552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/ContentGenerator/ProblemSets/set_list_row.html.ep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class => 'fw-bold'
2121
=%>
2222
% if ($set->description =~ /\S/) {
23-
<a class="set-id-tooltip" role="button" tabindex="0" data-bs-placement="right"
23+
<a class="set-id-tooltip px-1" role="button" tabindex="0" data-bs-placement="right"
2424
data-bs-toggle="tooltip" data-bs-title="<%= $set->description =%>"
2525
data-fallback-placements="top bottom">
2626
<i class="icon fas fa-circle-info" aria-hidden="true"></i>

0 commit comments

Comments
 (0)