Skip to content

Commit

Permalink
fix: line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Feb 2, 2024
1 parent 52bd60f commit 7597697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MarkdownUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ const markdownPanesMaxHeight = computed((): string => `${props.maxHeight}px`)
display: flex;
gap: var(--kui-space-20, $kui-space-20);
justify-content: flex-end;
line-height: normal;
position: absolute;
right: 6px;
top: 6px;
Expand Down
1 change: 1 addition & 0 deletions src/components/toolbar/MarkdownToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ onMounted(() => {
gap: var(--kui-space-70, $kui-space-70);
height: v-bind('TOOLBAR_HEIGHT');
justify-content: space-between;
line-height: normal;
min-height: v-bind('TOOLBAR_HEIGHT');
padding-left: var(--kui-space-50, $kui-space-50);
padding-right: var(--kui-space-50, $kui-space-50);
Expand Down

0 comments on commit 7597697

Please sign in to comment.