mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Fix position of org follow button (#25688)
This has recently regressed it seems. Put it back into same position as https://github.com/go-gitea/gitea/pull/24345.
This commit is contained in:
		@@ -103,6 +103,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.organization.profile #org-info {
 | 
					.organization.profile #org-info {
 | 
				
			||||||
  overflow-wrap: anywhere;
 | 
					  overflow-wrap: anywhere;
 | 
				
			||||||
 | 
					  flex: 1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.organization.profile #org-info .ui.header {
 | 
					.organization.profile #org-info .ui.header {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user