mirror of https://github.com/vector-im/riot-web
				
				
				
			Maximize width value of display name on TimelineCard with IRC/modern layout (#8904)
* Set 100% max-width to mx_DisambiguatedProfile on TimelineCard Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Unset the max-width value inside ReplyTile Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28788/head^2
							parent
							
								
									5538161acd
								
							
						
					
					
						commit
						a9a97d1be3
					
				| 
						 | 
				
			
			@ -49,8 +49,13 @@ limitations under the License.
 | 
			
		|||
                margin-inline-start: var(--BaseCard_EventTile-spacing-inline);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .mx_DisambiguatedProfile {
 | 
			
		||||
                max-width: calc(100% - var(--BaseCard_EventTile-spacing-inline)); // instead of $left-gutter
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .mx_ReplyTile .mx_DisambiguatedProfile {
 | 
			
		||||
                margin-inline-start: 0;
 | 
			
		||||
                max-width: unset;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .mx_ReactionsRow {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue