Skip to content

Commit

Permalink
Fix overflow title in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fprl committed Mar 17, 2023
1 parent f5fddaf commit f6058fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/astro/src/core/errors/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,15 @@ const style = /* css */ `
padding: 24px;
display: flex;
justify-content: space-between;
gap: 1rem;
}
#code h2 {
font-family: var(--font-monospace);
color: var(--title-text);
font-size: 18px;
margin: 0;
overflow-wrap: anywhere;
}
#code .link {
Expand Down

0 comments on commit f6058fa

Please sign in to comment.