Skip to content

Commit

Permalink
include class for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Sep 22, 2024
1 parent e2a40a5 commit 20898c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/Excerpt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class Excerpt extends Component<ExcerptAttrs> {
}

view() {
return <div>{m.trust(this.getContent())}</div>;
return <div className="Synopsis-excerpt">{m.trust(this.getContent())}</div>;
}

getContent(): string {
Expand Down

0 comments on commit 20898c3

Please sign in to comment.