Skip to content

Commit

Permalink
fix: add padding to build info table
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Jul 14, 2023
1 parent 00644fe commit 32e7638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions downloads/templates/downloads_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
.build-info-table td:nth-child(1) {
text-align: end;
}

.build-info-table td {
padding: 8px;
}
</style>
{% endblock %}

Expand Down

0 comments on commit 32e7638

Please sign in to comment.