Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 237a650

Browse files
committed
Print commit hash link in a new line on build information page
1 parent 2828c98 commit 237a650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pages/GmodDotNetRuntimeBuild.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<strong>Upload time:&nbsp;</strong> @TimeHelper.GetUploadTimeString(release.CreatedAt)
2323
</div>
2424

25-
<div class="container-fluid d-flex justify-content-center mt-3 text-center">
25+
<div class="container-fluid d-flex justify-content-center mt-3 text-center flex-column">
2626
<strong>Commit:&nbsp;</strong>
2727
<a href="@releaseCommit.HtmlUrl" class="text-decoration-none">@releaseCommit.Sha</a>
2828
</div>

0 commit comments

Comments
 (0)