1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-23 09:58:27 +00:00

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

Co-authored-by: Stanley Hu <stanthetiger@yahoo.com>
This commit is contained in:
silverwind
2021-09-07 03:37:32 +02:00
committed by GitHub
parent e5ded0ee19
commit 1b08dfeacf
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"}}