Fix overflow title in error message (#6583)

* Fix overflow title in error message

* Add changeset
This commit is contained in:
Franco Romano Losada 2023-03-17 17:16:55 +01:00 committed by GitHub
parent f5fddafc24
commit 66858f1f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fix overflow title in error message

View file

@ -412,6 +412,7 @@ const style = /* css */ `
padding: 24px;
display: flex;
justify-content: space-between;
gap: 1rem;
}
#code h2 {
@ -419,6 +420,7 @@ const style = /* css */ `
color: var(--title-text);
font-size: 18px;
margin: 0;
overflow-wrap: anywhere;
}
#code .link {