Improve html tree component

This commit is contained in:
Thelonius Kort
2023-05-03 22:37:43 +02:00
parent 7990b74bf0
commit 8a0e2f22c1
3 changed files with 18 additions and 4 deletions

View File

@ -45,7 +45,7 @@ defmodule OutlookWeb.ArticleLive.NewComponents do
~H"""
<div>Review Translation Units</div>
<div class="flex gap-4">
<div id="html-tree" class="w-96 overflow-auto whitespace-nowrap">
<div id="html-tree" class="article w-96 overflow-auto whitespace-nowrap">
<.render_tree tree={@raw_internal_tree} ></.render_tree>
</div>
<div id="partition-preview" class="article show-boundary overflow-auto h-full">