File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <div class =" mb-6 whitespace-nowrap leading-none" >
1
+ <div class =" mb-6 break-all leading-none" >
2
2
{{ ~#each parts ~}}
3
3
{{ ~#if this.is_first_symbol ~}}
4
4
<span class =" inline-flex" >
Original file line number Diff line number Diff line change 9
9
{{ ~#each overloads_ctx ~}}
10
10
<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" >
11
11
{{~> deprecated this.deprecated ~}}
12
- <code class =" text-sm" >
12
+ <code class =" text-sm break-words " >
13
13
<span class =" font-bold" >{{ this.name }} </span ><span class =" font-medium" >{{{ this.summary }}} {{! typedef rendering }} </span >
14
14
</code >
15
15
{{ ~#if this.summary_doc ~}}
Original file line number Diff line number Diff line change 3
3
<article class =" space-y-5" >
4
4
<div class =" flex justify-between items-start" >
5
5
<div class =" font-medium space-y-1" >
6
- <div class =" text-xl leading-none" >
6
+ <div class =" text-xl leading-none break-all " >
7
7
<span class =" text-{{ this.kind.kind }} " >{{ this.kind.title_lowercase }} </span > <span class =" font-bold" >{{ ../name }} </span >
8
8
</div >
9
9
{{ ~#if this.subtitle ~}}
You can’t perform that action at this time.
0 commit comments