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.
1 parent 983c1c6 commit 5db2c15Copy full SHA for 5db2c15
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="p-1 set-id-tooltip" role="button" tabindex="-1" 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