fix: broken semi and graph min-height
This commit is contained in:
		
							parent
							
								
									e9a33c04b5
								
							
						
					
					
						commit
						fc89ff2680
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -51,7 +51,7 @@ const removeMarkdown = (
 | 
				
			||||||
    return markdown
 | 
					    return markdown
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return output
 | 
					  return output
 | 
				
			||||||
}
 | 
					};
 | 
				
			||||||
// -----
 | 
					// -----
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(async function() {
 | 
					(async function() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -343,6 +343,7 @@ hr {
 | 
				
			||||||
    border: var(--outlinegray) 1px solid;
 | 
					    border: var(--outlinegray) 1px solid;
 | 
				
			||||||
    border-radius: 5px;
 | 
					    border-radius: 5px;
 | 
				
			||||||
    box-sizing: border-box;
 | 
					    box-sizing: border-box;
 | 
				
			||||||
 | 
					    min-height: 250px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    & > svg {
 | 
					    & > svg {
 | 
				
			||||||
      margin-bottom: -5px;
 | 
					      margin-bottom: -5px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue