mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix some UI problems (dropdown/container) (#30849)
Follow #30345 Follow #30547 `ellipsis` / `white-space` shouldn't be put on the general dropdown components.
This commit is contained in:
		| @@ -2860,6 +2860,10 @@ tbody.commit-list { | ||||
|   margin-top: 4px; | ||||
| } | ||||
|  | ||||
| .ui.dropdown.branch-selector-dropdown .scrolling.menu { | ||||
|   max-width: min(400px, 90vw); | ||||
| } | ||||
|  | ||||
| .branch-selector-dropdown .branch-dropdown-button { | ||||
|   margin: 0; | ||||
|   max-width: 340px; | ||||
| @@ -2909,6 +2913,8 @@ tbody.commit-list { | ||||
| } | ||||
|  | ||||
| .branch-selector-dropdown .menu .item .rss-icon { | ||||
|   position: absolute; | ||||
|   right: 4px; | ||||
|   visibility: hidden; /* only show RSS icon on hover */ | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user