From 16fbf2216b1e9bc1c0222bfe439e375dcc88ebc3 Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Thu, 9 Apr 2026 12:46:09 -0600 Subject: [PATCH] Add horizontal padding to set info icon. This adds some spacing between the set link and the info icon to make it accessible on small touch screens to give enough space to touch the icon without hitting the link instead. --- templates/ContentGenerator/ProblemSets/set_list_row.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ContentGenerator/ProblemSets/set_list_row.html.ep b/templates/ContentGenerator/ProblemSets/set_list_row.html.ep index 9e9852a58f..dfff41bd4c 100644 --- a/templates/ContentGenerator/ProblemSets/set_list_row.html.ep +++ b/templates/ContentGenerator/ProblemSets/set_list_row.html.ep @@ -20,7 +20,7 @@ class => 'fw-bold' =%> % if ($set->description =~ /\S/) { -