Skip to content

Commit

Permalink
fix: time breaking letters
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 19, 2024
1 parent f2b01da commit a8598cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/posts/view-post/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const PostCreator: FC<PostCreatorProps> = ({
</>
)}
<ViewPostLink
className='DfGreyLink'
className='DfGreyLink !BreakWord'
post={post}
space={space?.struct}
title={
Expand Down
4 changes: 4 additions & 0 deletions src/styles/subsocial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2251,3 +2251,7 @@ hr {
.\!ColorMuted {
color: $color_muted !important;
}

.\!BreakWord {
word-break: break-word !important;
}

0 comments on commit a8598cb

Please sign in to comment.