fix history view on narrow screens
This commit is contained in:
parent
54ea7c311a
commit
83d88b564e
3 changed files with 11 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
|||
{{> components/_header.hbs }}
|
||||
|
||||
<main class="version-history">
|
||||
<p>{{ len page.commits }} commits</p>
|
||||
<p class="commit-count">{{ len page.commits }} commits</p>
|
||||
|
||||
<ul class="commits">
|
||||
{{#each page.commits}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue