Skip to content

Commit 08563fb

Browse files
committed
Adjusted css in related templates
1 parent ac1b32f commit 08563fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/html/templates/breadcrumbs.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="mb-6 whitespace-nowrap leading-none">
1+
<div class="mb-6 break-all leading-none">
22
{{~#each parts~}}
33
{{~#if this.is_first_symbol~}}
44
<span class="inline-flex">

src/html/templates/function.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{~#each overloads_ctx~}}
1010
<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">
1111
{{~> deprecated this.deprecated ~}}
12-
<code class="text-sm">
12+
<code class="text-sm break-words">
1313
<span class="font-bold">{{this.name}}</span><span class="font-medium">{{{this.summary}}} {{! typedef rendering }}</span>
1414
</code>
1515
{{~#if this.summary_doc~}}

src/html/templates/symbol_group.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<article class="space-y-5">
44
<div class="flex justify-between items-start">
55
<div class="font-medium space-y-1">
6-
<div class="text-xl leading-none">
6+
<div class="text-xl leading-none break-all">
77
<span class="text-{{this.kind.kind}}">{{this.kind.title_lowercase}}</span>&nbsp;<span class="font-bold">{{../name}}</span>
88
</div>
99
{{~#if this.subtitle ~}}

0 commit comments

Comments
 (0)