After migration to 0.19.0, CssStyle is forcing place items attribute #592
Unanswered
sunildhiman90
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Check the alignment parameter And set it to Alternatively, use a Div and not a Box. Let me know if neither of those approaches worked. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AFter i migrated my simple project to kobweb 0.19.0 and kotlin to 2.0.10
using
./gradlew kobwebMigrateToK2
and
../gradlew kobwebMigrateToCssStyle
Then my some styles are forcefully adding this class while im inspecting the html in browser
.kobweb-box.kobweb-align-top-start
and even after i added
But still its using that one forcefully and not allowing me to override that by .placeItems in CssStyle
How to fix this issue? Thnx
If relevant, specify:
Beta Was this translation helpful? Give feedback.
All reactions