🚨(react) fix CSS end warning usage
Next.js is warning about the usage of end instead of flex-end during compilation. Fixes #291
This commit is contained in:
5
.changeset/strong-bears-kneel.md
Normal file
5
.changeset/strong-bears-kneel.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
fix CSS end warning usage
|
||||
@@ -72,7 +72,7 @@
|
||||
position: sticky;
|
||||
top: 0;
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
z-index: 1;
|
||||
height: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user