1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Fix edit OAuth application width (#25262)

The `<div class="ui container">` broke the width of this section - fix
by removing it.
This commit is contained in:
Denys Konovalov 2023-06-14 19:45:13 +02:00 committed by GitHub
parent 46c17c8029
commit a0eaf08812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
<div class="ui container">
<h4 class="ui top attached header">
{{.locale.Tr "settings.edit_oauth2_application"}}
</h4>
@ -51,4 +50,3 @@
</button>
</form>
</div>
</div>