CSS tweak for email address lookup
CSS tweak for https://github.com/matrix-org/matrix-react-sdk/pull/653pull/3064/head
							parent
							
								
									527c988574
								
							
						
					
					
						commit
						4e41accc56
					
				| 
						 | 
					@ -106,7 +106,7 @@ limitations under the License.
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.mx_AddressTile_email.mx_AddressTile_justified {
 | 
					.mx_AddressTile_email.mx_AddressTile_justified {
 | 
				
			||||||
    width: 380px; /* name + id width */
 | 
					    width: 200px; /* same as id width */
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
    white-space: nowrap;
 | 
					    white-space: nowrap;
 | 
				
			||||||
    text-overflow: ellipsis;
 | 
					    text-overflow: ellipsis;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue