Skip to content

Commit

Permalink
style: remove padding
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 3, 2024
1 parent 8a2e4aa commit d650eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MarkdownContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $header-anchor-offset-top: calc(var(--kui-space-80, $kui-space-80) + 2px);
word-wrap: break-word;
&.mode-read {
// Remove left and right padding in read mode
// Remove padding in read mode
padding: var(--kui-space-0, $kui-space-0);
}
Expand Down

0 comments on commit d650eeb

Please sign in to comment.