We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 983c1c6 + 4ced828 commit 14c0552Copy full SHA for 14c0552
1 file changed
templates/ContentGenerator/ProblemSets/set_list_row.html.ep
@@ -20,7 +20,7 @@
20
class => 'fw-bold'
21
=%>
22
% if ($set->description =~ /\S/) {
23
- <a class="set-id-tooltip" role="button" tabindex="0" data-bs-placement="right"
+ <a class="set-id-tooltip px-1" role="button" tabindex="0" data-bs-placement="right"
24
data-bs-toggle="tooltip" data-bs-title="<%= $set->description =%>"
25
data-fallback-placements="top bottom">
26
<i class="icon fas fa-circle-info" aria-hidden="true"></i>
0 commit comments