mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	Merge pull request #2546 from Computroniks/bug/#2419-padding-around-clear-data-dropdown
Fixed #2419 Styling of clear data dropdown
This commit is contained in:
		| @@ -473,6 +473,12 @@ table { | ||||
|  | ||||
| .dropdown-clear-data { | ||||
|     float: right; | ||||
|  | ||||
|     ul { | ||||
|         width: 100%; | ||||
|         min-width: unset; | ||||
|         padding-left: 0; | ||||
|     } | ||||
| } | ||||
|  | ||||
| .dark { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user