Skip to content

Commit

Permalink
fix: textarea border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 28, 2023
1 parent e357571 commit 061500f
Showing 1 changed file with 1 addition 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 @@ -506,6 +506,7 @@ const markdownEditorMaxHeight = computed((): string => `${props.editorMaxHeight}
}
.markdown-editor {
border-radius: var(--kui-border-radius-40, $kui-border-radius-40);
flex-direction: column;
}
Expand Down

0 comments on commit 061500f

Please sign in to comment.