Skip to content

Commit 4990d12

Browse files
committed
style(user-posts): Increasing height of user posts preview
1 parent c7a3cf1 commit 4990d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/users/UserPosts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default {
250250
}
251251
&.closed {
252252
width: 100%;
253-
max-height: 2.25rem;
253+
max-height: 2.5rem;
254254
white-space: pre-wrap;
255255
overflow: hidden;
256256
text-overflow: ellipsis;

0 commit comments

Comments
 (0)