Fix overflowing audit logs (#6184)
This commit is contained in:
		
							parent
							
								
									d2fcd64c31
								
							
						
					
					
						commit
						9bef64b3d3
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
					@ -398,10 +398,12 @@
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  &__content {
 | 
				
			||||||
 | 
					    max-width: calc(100% - 90px);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &__title {
 | 
					  &__title {
 | 
				
			||||||
    overflow: hidden;
 | 
					    word-wrap: break-word;
 | 
				
			||||||
    text-overflow: ellipsis;
 | 
					 | 
				
			||||||
    white-space: nowrap;
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &__timestamp {
 | 
					  &__timestamp {
 | 
				
			||||||
| 
						 | 
					@ -415,7 +417,7 @@
 | 
				
			||||||
    color: $ui-primary-color;
 | 
					    color: $ui-primary-color;
 | 
				
			||||||
    font-family: 'mastodon-font-monospace', monospace;
 | 
					    font-family: 'mastodon-font-monospace', monospace;
 | 
				
			||||||
    font-size: 12px;
 | 
					    font-size: 12px;
 | 
				
			||||||
    white-space: nowrap;
 | 
					    word-wrap: break-word;
 | 
				
			||||||
    min-height: 20px;
 | 
					    min-height: 20px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue