Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2828c98 commit 237a650Copy full SHA for 237a650
Pages/GmodDotNetRuntimeBuild.razor
@@ -22,7 +22,7 @@
22
<strong>Upload time: </strong> @TimeHelper.GetUploadTimeString(release.CreatedAt)
23
</div>
24
25
- <div class="container-fluid d-flex justify-content-center mt-3 text-center">
+ <div class="container-fluid d-flex justify-content-center mt-3 text-center flex-column">
26
<strong>Commit: </strong>
27
<a href="@releaseCommit.HtmlUrl" class="text-decoration-none">@releaseCommit.Sha</a>
28
0 commit comments