Skip to content

Commit

Permalink
fix(text-wrapping): change reset from pandacss (#6336)
Browse files Browse the repository at this point in the history
* fix: wrap

* fix: wrap
  • Loading branch information
maxgfr authored Dec 3, 2024
1 parent 68c2d92 commit a15cdbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/code-du-travail-frontend/app/globals.css
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
@layer reset, base, tokens, recipes, utilities;

@layer base {
h1,
h2,
h3,
h4,
h5,
h6 {
text-wrap: initial;
}
}

0 comments on commit a15cdbc

Please sign in to comment.