Skip to content

Commit d7afea2

Browse files
committed
fix: Issue 1170 - Markdown editor is not responsive
1 parent 4a0c2d9 commit d7afea2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,9 @@ export class UmbInputMarkdownElement extends UUIFormControlMixin(UmbLitElement,
561561
#toolbar {
562562
background-color: var(--uui-color-background-alt);
563563
display: flex;
564+
flex-wrap: wrap;
564565
gap: var(--uui-size-2);
565-
}
566-
567-
#toolbar uui-button-group:last-child {
568-
margin-left: auto;
566+
margin-bottom: var(--uui-size-2);
569567
}
570568
571569
umb-code-editor {

0 commit comments

Comments
 (0)