fix(style): LaTex/KaTeX overflow (#1027)
* LaTex/KaTeX overflow fix * prettier * Add !important modifier * Added overflow-x override * Refactor without !important * Refactor scss notation * Formatting scss
This commit is contained in:
		@@ -513,3 +513,15 @@ ol.overflow {
 | 
				
			|||||||
    padding-left: 1rem;
 | 
					    padding-left: 1rem;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.katex-display {
 | 
				
			||||||
 | 
					  overflow-x: auto;
 | 
				
			||||||
 | 
					  overflow-y: visible;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  & > .katex .katex-html {
 | 
				
			||||||
 | 
					    .base,
 | 
				
			||||||
 | 
					    .strut {
 | 
				
			||||||
 | 
					      display: inline;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user