[Glitch] Fix overflow on conversations
Port 45bdb2cea4 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									779423204a
								
							
						
					
					
						commit
						5c53017f7e
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -1454,13 +1454,17 @@
 | 
				
			||||||
    flex: 1 1 auto;
 | 
					    flex: 1 1 auto;
 | 
				
			||||||
    padding: 10px 5px;
 | 
					    padding: 10px 5px;
 | 
				
			||||||
    padding-right: 15px;
 | 
					    padding-right: 15px;
 | 
				
			||||||
 | 
					    word-break: break-all;
 | 
				
			||||||
 | 
					    overflow: hidden;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &__info {
 | 
					    &__info {
 | 
				
			||||||
      overflow: hidden;
 | 
					      overflow: hidden;
 | 
				
			||||||
 | 
					      display: flex;
 | 
				
			||||||
 | 
					      flex-direction: row-reverse;
 | 
				
			||||||
 | 
					      justify-content: space-between;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &__relative-time {
 | 
					    &__relative-time {
 | 
				
			||||||
      float: right;
 | 
					 | 
				
			||||||
      font-size: 15px;
 | 
					      font-size: 15px;
 | 
				
			||||||
      color: $darker-text-color;
 | 
					      color: $darker-text-color;
 | 
				
			||||||
      padding-left: 15px;
 | 
					      padding-left: 15px;
 | 
				
			||||||
| 
						 | 
					@ -1473,6 +1477,8 @@
 | 
				
			||||||
      overflow: hidden;
 | 
					      overflow: hidden;
 | 
				
			||||||
      text-overflow: ellipsis;
 | 
					      text-overflow: ellipsis;
 | 
				
			||||||
      margin-bottom: 4px;
 | 
					      margin-bottom: 4px;
 | 
				
			||||||
 | 
					      flex-basis: 170px;
 | 
				
			||||||
 | 
					      flex-shrink: 1000;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      a {
 | 
					      a {
 | 
				
			||||||
        color: $primary-text-color;
 | 
					        color: $primary-text-color;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue