Skip to content

Commit fade620

Browse files
committed
style(user-posts): added more height to user posts in profile view to avoid words being clipped
1 parent d734f8c commit fade620

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: 18px;
253+
max-height: 2.25rem;
254254
white-space: pre-wrap;
255255
overflow: hidden;
256256
text-overflow: ellipsis;

0 commit comments

Comments
 (0)