Skip to content

Commit

Permalink
chore: tweak style
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 19, 2023
1 parent f23da9f commit 7288da9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MarkdownContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ $header-anchor-offset-top: calc(var(--kui-space-50, $kui-space-50) + 2px);
// code blocks
pre {
border-radius: $kui-border-radius-40;
font-family: $kui-font-family-code;
overflow-wrap: break-word;
white-space: pre-wrap;
Expand Down
4 changes: 4 additions & 0 deletions src/components/MarkdownToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ const templateOptions: TemplateOption[] = [
justify-content: space-between;
overflow-x: auto;
button {
white-space: nowrap;
}
.toolbar-left,
.toolbar-right {
align-items: center;
Expand Down

0 comments on commit 7288da9

Please sign in to comment.