Skip to content

Commit

Permalink
fix(client): refine highlight css pt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Mar 30, 2024
1 parent 10ad86c commit 1eaa41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions judgels-client/src/components/HtmlText/HtmlText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
margin-top: 20px;
margin-bottom: 10px !important;
line-height: 20px !important;

&:first-child {
margin-top: 0px;
}
}

ol,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
}
}

.html-text > h3:first-child {
margin-top: 0;
}

.chapter-problem-editorial {
max-width: 800px;
margin-left: auto;
Expand Down

0 comments on commit 1eaa41c

Please sign in to comment.