Skip to content

fix(html): fixed horizontal overflow in certain templates #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/html/templates/breadcrumbs.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="mb-6 whitespace-nowrap leading-none">
<div class="mb-6 break-all leading-none">
{{~#each parts~}}
{{~#if this.is_first_symbol~}}
<span class="inline-flex">
Expand Down
2 changes: 1 addition & 1 deletion src/html/templates/function.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{~#each overloads_ctx~}}
<label for="{{this.overload_id}}" class="space-y-1 block px-4 py-2.5 rounded-lg border border-stone-300 cursor-pointer hover:bg-stone-100">
{{~> deprecated this.deprecated ~}}
<code class="text-sm">
<code class="text-sm break-words">
<span class="font-bold">{{this.name}}</span><span class="font-medium">{{{this.summary}}} {{! typedef rendering }}</span>
</code>
{{~#if this.summary_doc~}}
Expand Down
2 changes: 1 addition & 1 deletion src/html/templates/pages/page.gen.css

Large diffs are not rendered by default.

Loading
Loading