Skip to content

Commit

Permalink
Hide overflow in source material metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Jul 1, 2024
1 parent c2891aa commit 40aa1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/lib/platform_web/live/media_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
Clear
</button>
</div>
<pre class="text-xs whitespace-pre-wrap"><%= Jason.encode!(version.metadata[namespace], pretty: true) |> String.trim(" \t\n") %></pre>
<pre class="text-xs whitespace-pre-wrap max-w-full overflow-hidden"><%= Jason.encode!(version.metadata[namespace], pretty: true) |> String.trim(" \t\n") %></pre>
</section>
</article>
</details>
Expand Down

0 comments on commit 40aa1df

Please sign in to comment.