Add CSS class to truncate certain autocompletions
							parent
							
								
									1e569e67b1
								
							
						
					
					
						commit
						b4b33ae06f
					
				|  | @ -50,14 +50,16 @@ | |||
|     margin: 0 3px; | ||||
| } | ||||
| 
 | ||||
| .mx_Autocomplete_Completion_title, | ||||
| .mx_Autocomplete_Completion_subtitle, | ||||
| .mx_Autocomplete_Completion_description { | ||||
|     /* Ellipsis for long names/subtitles/descriptions*/ | ||||
|     max-width: 150px; | ||||
|     white-space: nowrap; | ||||
|     overflow: hidden; | ||||
|     text-overflow: ellipsis; | ||||
| .mx_Autocomplete_Completion_container_truncate { | ||||
|     .mx_Autocomplete_Completion_title, | ||||
|     .mx_Autocomplete_Completion_subtitle, | ||||
|     .mx_Autocomplete_Completion_description { | ||||
|         /* Ellipsis for long names/subtitles/descriptions*/ | ||||
|         max-width: 150px; | ||||
|         white-space: nowrap; | ||||
|         overflow: hidden; | ||||
|         text-overflow: ellipsis; | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| /* container for pill-style completions */ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Luke Barnard
						Luke Barnard