Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper committed Nov 12, 2024
1 parent 280bec3 commit aaad788
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,13 @@ mat-icon.size-45 {
pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
padding: 1em;

}

code.hljs {
padding: 3px 5px
padding: 3px 5px;
word-wrap: break-word;
}


Expand Down Expand Up @@ -263,13 +265,16 @@ pre.hljs code {
}
.code-line {
padding-left: 7px;
word-wrap: break-word;
word-break: break-all;
white-space: break-spaces;
}
.line-number {
min-width: 22px;
text-align: left;
width: 1%;
color: #ccc;
border-right: 1px solid #16bf6e
border-right: 1px solid #16bf6e;
}
}

Expand Down

0 comments on commit aaad788

Please sign in to comment.