Skip to content

Commit

Permalink
removed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTerletzkiy committed Dec 3, 2021
1 parent 203e07f commit 893419a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/code/CodeSnippet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,18 @@ export default {
&__row {
width: 100%;
height: 24px;
&__number {
user-select: none;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 16px !important;
width: 40px !important;
}
&__code {
padding-top: 0 !important;
padding-bottom: 0 !important;
font-family: monospace;
}
}
Expand Down

0 comments on commit 893419a

Please sign in to comment.