We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8191f98 + b0f3e7e commit f29aa41Copy full SHA for f29aa41
1 file changed
src/main/webapp/site/src/app/teacher/discourse-recent-activity/discourse-recent-activity.component.scss
@@ -13,16 +13,26 @@ li {
13
14
a {
15
max-width: 660px;
16
- overflow: hidden;
17
- white-space: nowrap;
18
- text-overflow: ellipsis;
19
- display: inline-block;
20
vertical-align: middle;
21
22
@media (min-width: breakpoint('md.min')) {
+ max-width: 300px;
+ display: inline-block;
+ overflow: hidden;
+ white-space: nowrap;
23
+ text-overflow: ellipsis;
24
+ }
25
+
26
+ @media (min-width: breakpoint('lg.min')) {
27
max-width: 360px;
28
}
29
30
31
+ span {
32
+ @media (max-width: breakpoint('sm.max')) {
33
34
35
36
37
38
.content-block {
0 commit comments