Skip to content

Commit

Permalink
Fix small CSS compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed May 25, 2023
1 parent 7af9635 commit 8688778
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/afraid-foxes-dance.md
@@ -0,0 +1,5 @@
---
"@astrojs/starlight": patch
---

Fix small CSS compatibility issue
2 changes: 1 addition & 1 deletion packages/starlight/components/PrevNextLinks.astro
Expand Up @@ -52,7 +52,7 @@ const t = useTranslations(locale);
a {
display: flex;
align-items: center;
justify-content: start;
justify-content: flex-start;
gap: 0.5rem;
width: 100%;
flex-basis: calc(50% - 0.5rem);
Expand Down

0 comments on commit 8688778

Please sign in to comment.