mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 02:18:41 +00:00
fix: item height
This commit is contained in:
parent
b88d78b2a8
commit
610afc0994
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user