Skip to content

Commit b4c2bda

Browse files
INT-17958: Open Forum activity name truncated
1 parent c2acd62 commit b4c2bda

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

styles.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -633,21 +633,13 @@ FUN WITH FORMS
633633

634634
@media (max-width:53em) and (min-width:48em) {
635635
.section .activity.hsuforum.modtype_hsuforum .activityinstance > a {
636-
white-space: nowrap;
637636
display: block;
638-
overflow: hidden !important;
639-
text-overflow: ellipsis !important;
640-
max-width: 15em !important;
641637
}
642638
}
643639

644640
@media (max-width: 45em) {
645641
.section .activity.hsuforum.modtype_hsuforum .activityinstance > a {
646-
white-space: nowrap;
647642
display: block;
648-
overflow: hidden !important;
649-
text-overflow: ellipsis !important;
650-
max-width: 10em !important;
651643
}
652644
}
653645

0 commit comments

Comments
 (0)