mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	search: Fix some overflow issues for dm pill operand.
This commit is contained in:
		| @@ -215,6 +215,15 @@ | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     /* for both input container and search suggestions */ | ||||
|     .user-pill-container { | ||||
|         > .pill-label { | ||||
|             min-width: fit-content; | ||||
|             white-space: nowrap; | ||||
|             width: fit-content; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     #searchbox-input-container { | ||||
|         display: grid; | ||||
|         /* The next two styles override .input-append style from app_components.js */ | ||||
| @@ -279,9 +288,6 @@ | ||||
|             } | ||||
|  | ||||
|             > .pill-label { | ||||
|                 min-width: fit-content; | ||||
|                 white-space: nowrap; | ||||
|                 width: fit-content; | ||||
|                 /* Replaced by the 5px gap. */ | ||||
|                 margin-right: 0; | ||||
|                 /* Don't inherit large line-height for user pill labels. */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user