[Glitch] Fix preview cards with long titles erroneously causing layout changes
Port 742eb549ab to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									43775c8ea4
								
							
						
					
					
						commit
						95c95da891
					
				| 
						 | 
				
			
			@ -2932,6 +2932,7 @@ a.account__display-name {
 | 
			
		|||
      flex: 0 1 auto;
 | 
			
		||||
      display: flex;
 | 
			
		||||
      flex-direction: column;
 | 
			
		||||
      contain: inline-size layout paint style;
 | 
			
		||||
 | 
			
		||||
      @media screen and (min-width: $no-gap-breakpoint) {
 | 
			
		||||
        max-width: 600px;
 | 
			
		||||
| 
						 | 
				
			
			@ -4228,6 +4229,7 @@ input.glitch-setting-text {
 | 
			
		|||
  overflow: hidden;
 | 
			
		||||
  border: 1px solid var(--background-border-color);
 | 
			
		||||
  border-radius: 8px;
 | 
			
		||||
  contain: inline-size layout paint style;
 | 
			
		||||
 | 
			
		||||
  &.bottomless {
 | 
			
		||||
    border-radius: 8px 8px 0 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue