Skip to content

Commit

Permalink
style(user-posts): added more height to user posts in profile view to…
Browse files Browse the repository at this point in the history
… avoid words being clipped
  • Loading branch information
crod951 committed Dec 2, 2024
1 parent d734f8c commit fade620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/users/UserPosts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default {
}
&.closed {
width: 100%;
max-height: 18px;
max-height: 2.25rem;
white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit fade620

Please sign in to comment.