Skip to content

Commit 995b786

Browse files
committed
fix: small styling improvement
1 parent 912e3b2 commit 995b786

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/Version.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ const { version, inline } = Astro.props;
3030
{
3131
inline && (
3232
<span class="notice-fineprint">
33-
This shows the earliest version for which this page is fully accurate. Features or APIs mentioned here may be
34-
missing or incomplete in older versions.
33+
This is the earliest version for which this page is fully accurate.
34+
<br />
35+
Features or APIs mentioned here may be missing or incomplete in older versions.
3536
</span>
3637
)
3738
}
@@ -77,6 +78,7 @@ const { version, inline } = Astro.props;
7778
}
7879

7980
.notice-inline {
81+
display: flex;
8082
margin: 0;
8183
border-radius: 0;
8284
padding: 1rem var(--sl-content-pad-x);

0 commit comments

Comments
 (0)