We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450b759 commit 5d53148Copy full SHA for 5d53148
apps/desktop/layer/renderer/src/modules/entry-column/templates/list-item-template.tsx
@@ -156,7 +156,7 @@ export function ListItem({
156
>
157
{entry.entries.title ? (
158
<EntryTranslation
159
- className={cn("hyphens-auto", lineClamp.title)}
+ className={cn("hyphens-auto font-semibold", lineClamp.title)}
160
source={entry.entries.title}
161
target={translation?.title}
162
/>
0 commit comments