Skip to content

Commit

Permalink
fix(Actvitiy): When wraping text keep content within container and do…
Browse files Browse the repository at this point in the history
… not overflow icon

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Nov 8, 2023
1 parent 42fd7d0 commit 5216e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Activity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export default {

&__content {
display: flex;
flex-basis: min-content;
flex-direction: column;
flex-grow: 1;
overflow-wrap: break-word;
Expand Down

0 comments on commit 5216e61

Please sign in to comment.