Skip to content

Commit

Permalink
Merge branch 'main' into fix/6426-table-word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn authored Dec 4, 2024
2 parents 3aa96fc + f36619b commit f60adc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ blockquote {
color: var(--code-inner-color);
padding-left: 2rem;
padding-bottom: 8px;
padding-bottom: 8px;
padding-top: 8px;
margin: 2rem 0px;
position: relative;
}
Expand All @@ -476,6 +476,7 @@ blockquote::before {
position: absolute;
width: 8px;
height: 100%;
top: 0;
left: 0px;
background: var(--code-bgd-color);
border-radius: 5px;
Expand Down

0 comments on commit f60adc6

Please sign in to comment.