Wrap long titles
This commit is contained in:
parent
80f4497d16
commit
a53483eca6
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ const categoriesSelectorCss = categories
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
set:html={item.title ?? item.link}
|
set:html={item.title ?? item.link}
|
||||||
class="underline block"
|
class="underline block break-words"
|
||||||
/>
|
/>
|
||||||
<div class="no-underline text-sm font-normal">
|
<div class="no-underline text-sm font-normal">
|
||||||
<span>{new Date(item.pubIsoDate).toDateString()}</span>
|
<span>{new Date(item.pubIsoDate).toDateString()}</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue