fix: item height

This commit is contained in:
Baoshuo Ren 2022-09-20 18:35:14 +08:00
parent b88d78b2a8
commit 610afc0994
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

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