Skip to content

Commit

Permalink
style(user-posts): Increasing height of user posts preview
Browse files Browse the repository at this point in the history
  • Loading branch information
crod951 committed Dec 3, 2024
1 parent c7a3cf1 commit 4990d12
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: 2.25rem;
max-height: 2.5rem;
white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 4990d12

Please sign in to comment.