mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	[Bug] Fix selected label alignment in MultiSelect (#210)
This commit is contained in:
		| @@ -9,6 +9,10 @@ | ||||
|     border: 1px solid $light-gray; | ||||
|     @include margin(0); | ||||
|  | ||||
|     .multiselect__placeholder { | ||||
|       padding-top: $space-small; | ||||
|     } | ||||
|  | ||||
|     .multiselect__tag { | ||||
|       margin-top: $space-smaller; | ||||
|     } | ||||
| @@ -24,4 +28,15 @@ | ||||
|       margin-bottom: 0; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   .multiselect__select { | ||||
|     padding: 0; | ||||
|     right: 0; | ||||
|     top: 0; | ||||
|  | ||||
|     &::before { | ||||
|       right: 0; | ||||
|       top: 60%; | ||||
|     } | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pranav Raj S
					Pranav Raj S