1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-08 18:48:21 +00:00

Add fluid to ui container class to remove margin (#16396)

This commit is contained in:
Stanley Hu
2021-07-20 14:22:23 +08:00
committed by GitHub
parent e01b782f33
commit 08ef45b359
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<div class="ui container column{{if .LinkAccountMode}} icon{{end}}">
<div class="ui container column fluid{{if .LinkAccountMode}} icon{{end}}">
<h4 class="ui top attached header center">
{{if .LinkAccountMode}}
{{.i18n.Tr "auth.oauth_signup_title"}}