Media query to hide committer on small screens.
This commit is contained in:
parent
52bc49b64c
commit
b1809c0951
|
@ -7,7 +7,7 @@
|
|||
<th>
|
||||
{{t builds.commit}}
|
||||
</th>
|
||||
<th>
|
||||
<th class="committer">
|
||||
{{t builds.commiter}}
|
||||
</th>
|
||||
{{#if view.isPullRequestsList}}
|
||||
|
|
|
@ -78,3 +78,6 @@ html, body
|
|||
#left .finished_at_label
|
||||
display: none
|
||||
|
||||
@media screen and (max-width: 1310px)
|
||||
table#builds .committer
|
||||
display: none !important
|
||||
|
|
Loading…
Reference in New Issue
Block a user