mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 09:44:21 +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:
		@@ -1,4 +1,3 @@
 | 
				
			|||||||
<div class="ui container">
 | 
					 | 
				
			||||||
<h4 class="ui top attached header">
 | 
					<h4 class="ui top attached header">
 | 
				
			||||||
	{{.locale.Tr "settings.edit_oauth2_application"}}
 | 
						{{.locale.Tr "settings.edit_oauth2_application"}}
 | 
				
			||||||
</h4>
 | 
					</h4>
 | 
				
			||||||
@@ -51,4 +50,3 @@
 | 
				
			|||||||
		</button>
 | 
							</button>
 | 
				
			||||||
	</form>
 | 
						</form>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
</div>
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user