Avoid painting metadata to be cut down
This commit is contained in:
		@@ -410,6 +410,12 @@ article.painting .container ul.metadata a {
 | 
			
		||||
    color:unset;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
article.painting .container ul li {
 | 
			
		||||
    -webkit-column-break-inside:avoid;
 | 
			
		||||
    page-break-inside:avoid;
 | 
			
		||||
    break-inside:avoid;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
article.painting .container .metadata span.title {
 | 
			
		||||
    font-variant:small-caps;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user