Skip to content

Commit e05bda0

Browse files
committed
Fix badge position on callouts
1 parent adc3d9c commit e05bda0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docusaurus/docs/cms/features/content-type-builder.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ From the <Icon name="layout" /> Content-type Builder, accessible via the main na
3535

3636
<Guideflow lightId="vkm9jeqb2p" darkId="lpnz47qtep" />
3737

38-
:::strapi Content Type Builder updates
39-
<BetaBadge /> Interface modifications and new options are available in the Content-type Builder, including:
38+
:::strapi Content Type Builder updates <BetaBadge />
39+
Interface modifications and new options are available in the Content-type Builder, including:
4040
- tags to indicate the status of the fields and content types: "N" for new, "M" for modified and "D" for deleted,
4141
- an `*` beside required fields in the list view,
4242
- a drag & drop button in the list view, to reorder the fields,

docusaurus/src/scss/admonition.scss

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
/** Alert Title element */
3030
&__heading,
3131
mdxadmonitiontitle {
32+
display: inline-block !important;
3233
color: var(--custom-admonition-heading-color);
3334
font-weight: var(--custom-admonition-heading-font-weight, 600);
3435
margin-bottom: var(--custom-admonition-heading-mb);

docusaurus/src/scss/badge.scss

-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@
177177
}
178178
}
179179

180-
181-
182180
&--growth a,
183181
&--enterprise a {
184182
color: white !important;

0 commit comments

Comments
 (0)