We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912e3b2 commit 995b786Copy full SHA for 995b786
src/components/Version.astro
@@ -30,8 +30,9 @@ const { version, inline } = Astro.props;
30
{
31
inline && (
32
<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.
+ This is the earliest version for which this page is fully accurate.
+ <br />
35
+ Features or APIs mentioned here may be missing or incomplete in older versions.
36
</span>
37
)
38
}
@@ -77,6 +78,7 @@ const { version, inline } = Astro.props;
77
78
79
80
.notice-inline {
81
+ display: flex;
82
margin: 0;
83
border-radius: 0;
84
padding: 1rem var(--sl-content-pad-x);
0 commit comments