Skip to content

Commit 3b5aaef

Browse files
Merge pull request #1999 from jcdcdev/issue/1170
fix: Issue 1170 - Markdown editor is not responsive
2 parents 8074f98 + 7b9d289 commit 3b5aaef

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)