Skip to content

Commit

Permalink
ui: fixed styling of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and kpsherva committed Oct 18, 2023
1 parent 36c13ea commit 2d13fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class TimelineCommentEvent extends Component {
</Feed.Date>
</Feed.Summary>

<Feed.Extra text={!isEditing}>
<Feed.Extra className="ck-content" text={!isEditing}>
{error && <Error error={error} />}

{isEditing ? (
Expand Down

0 comments on commit 2d13fc6

Please sign in to comment.