Hello ! I’m trying to display this html
.main{ display: flex; } .item{ width: 50%; } <div class="item">
<img src="https://jwatt.org/svg/tmp/embedded-sizing/embedded-px-px.png">
</div>
<div class="item">
<img src="https://jwatt.org/svg/tmp/embedded-sizing/embedded-px-px.png">
</div>
The browser output of this HTML looks like this
But appgyver HTML renderer output for the same code is different
It seems like the CSS is not getting executed for some reason in appgyver. Any idea how to debug this?