fix: margin-bottom of problem item
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-21 13:58:53 +08:00
parent d8bbc6f41c
commit 9517e4f8c7
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -130,7 +130,7 @@
<ul class="list-group-item-text nav"> <ul class="list-group-item-text nav">
<?php <?php
foreach ($ac_problems as $problem) { foreach ($ac_problems as $problem) {
echo '<li><a href="/problem/', $problem['problem_id'], '" role="button" class="btn btn-light h-100 mr-1 mb-1" style="width: 12rem;">#', $problem['problem_id'], '. ', $problem['title'], '</a></li>'; echo '<li class="mr-1 mb-1"><a href="/problem/', $problem['problem_id'], '" role="button" class="btn btn-light h-100" style="width: 12rem;">#', $problem['problem_id'], '. ', $problem['title'], '</a></li>';
} }
if (empty($ac_problems)) { if (empty($ac_problems)) {