Skip to content

Commit 1d910d7

Browse files
committed
style(user-posts): Prevent user posts from being cutoff on mobile
1 parent b3637f0 commit 1d910d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/users/UserPosts.vue

+3
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ export default {
253253
}
254254
&.closed {
255255
width: 100%;
256+
@include break-mobile-sm {
257+
max-height: 3rem;
258+
}
256259
max-height: 2.5rem;
257260
white-space: pre-wrap;
258261
overflow: hidden;

0 commit comments

Comments
 (0)