mirror of https://github.com/vector-im/riot-web
				
				
				
			Make the empty thread panel fill BaseCard (#8690)
Use border-box to make maintaining the layout more intuitive. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28788/head^2
							parent
							
								
									e69ba24f96
								
							
						
					
					
						commit
						948f81d25f
					
				| 
						 | 
				
			
			@ -316,6 +316,8 @@ limitations under the License.
 | 
			
		|||
    bottom: 0;
 | 
			
		||||
    left: 0;
 | 
			
		||||
    padding: 20px;
 | 
			
		||||
    box-sizing: border-box; // Include padding and border
 | 
			
		||||
    width: 100%;
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
        color: $primary-content;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue