Skip to content

Commit

Permalink
style: show line break in content
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub authored May 20, 2024
1 parent f1b9f16 commit 166355d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/front/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ body,
margin-top: 8px;
}

.FeedItem .content {
white-space: pre;
}

.FeedItem .deletebtn {
margin-top: 8px;
}
Expand Down

0 comments on commit 166355d

Please sign in to comment.