Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 8339729

Browse files
authored
Merge branch 'main' into v14/bugfix/correct-settings-data-depending-on-config
2 parents 5165db8 + 631a217 commit 8339729

File tree

3 files changed

+38
-40
lines changed

3 files changed

+38
-40
lines changed

package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"@types/diff": "^5.2.1",
185185
"@types/dompurify": "^3.0.5",
186186
"@types/uuid": "^9.0.8",
187-
"@umbraco-ui/uui": "1.8.1",
187+
"@umbraco-ui/uui": "1.8.2",
188188
"@umbraco-ui/uui-css": "1.8.0",
189189
"base64-js": "^1.5.1",
190190
"diff": "^5.2.0",
@@ -265,4 +265,4 @@
265265
"access": "public",
266266
"registry": "https://registry.npmjs.org/"
267267
}
268-
}
268+
}

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)