Skip to content

Commit

Permalink
fix: broken semi and graph min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed May 2, 2022
1 parent e9a33c0 commit fc89ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const removeMarkdown = (
return markdown
}
return output
}
};
// -----

(async function() {
Expand Down
1 change: 1 addition & 0 deletions assets/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ hr {
border: var(--outlinegray) 1px solid;
border-radius: 5px;
box-sizing: border-box;
min-height: 250px;

& > svg {
margin-bottom: -5px;
Expand Down

0 comments on commit fc89ff2

Please sign in to comment.