Skip to content

Commit

Permalink
Fix problem breakdown table CSS after dccf6af
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher authored and Xyene committed Jul 6, 2020
1 parent 5ba45c4 commit 16cee45
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions templates/user/pp-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
</div>
</div>

<div class="sub-info">
<div class="name">
<a href="{{ url('problem_detail', breakdown.problem_code) }}">{{ breakdown.problem_name }}</a>
<div class="sub-main">
<div class="sub-info">
<div class="name">
<a href="{{ url('problem_detail', breakdown.problem_code) }}">{{ breakdown.problem_name }}</a>
</div>
<div class="time">{{ relative_time(breakdown.sub_date) }}</div>
</div>
<div class="time">{{ relative_time(breakdown.sub_date) }}</div>
</div>

<div class="sub-pp sub-usage">
Expand Down

0 comments on commit 16cee45

Please sign in to comment.