Skip to content

Commit 52c2376

Browse files
author
Mr Bot
committed
Automatic merge from release/4.0+2 -> release/4.1
* commit 'cf864a1d2c8e45700ec7847a1dd9d61d36332980': INT-18866: Fix subject text is overlapping on hsuforum posts
2 parents a9c3a6b + 394f2ca commit 52c2376

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

styles.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,23 @@ body:not(.theme_snap) li.modtype_hsuforum .afterlink .hsuforum-recent .snap-medi
10111011
float: left;
10121012
}
10131013

1014+
@media (max-width: 575.98px) {
1015+
body:not(.theme_snap) li.modtype_hsuforum .afterlink .hsuforum-recent .snap-media-object {
1016+
width: 100%;
1017+
float: left;
1018+
}
1019+
body:not(.theme_snap) li.modtype_hsuforum .afterlink .hsuforum-recent {
1020+
margin-left: 0px;
1021+
width: 100%;
1022+
}
1023+
.activity.modtype_hsuforum .snap-media-body, .block_recent_activity .snap-media-body {
1024+
width: auto;
1025+
}
1026+
.hsuforum.modtype_hsuforum .snap-media-object {
1027+
width: auto;
1028+
}
1029+
}
1030+
10141031
body:not(.theme_snap) li.modtype_hsuforum .activity-item .activity-basis .activity-info {
10151032
padding-top: 1rem;
10161033
padding-left: 0;

0 commit comments

Comments
 (0)