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.
1 parent 5665891 commit 5568502Copy full SHA for 5568502
src/styles/ChannelPreview.scss
@@ -48,6 +48,7 @@
48
font-weight: var(--font-weight-semi-bold);
49
margin-bottom: calc(var(--xxs-m) / 2);
50
max-width: 250px;
51
+
52
span {
53
display: block;
54
overflow: hidden;
@@ -83,20 +84,24 @@
83
84
background: var(--white5);
85
box-shadow: 0 1px 5px 0 var(--black10);
86
}
87
88
&--last-message p {
89
color: var(--white);
90
+ margin: 0;
91
max-width: 150px;
92
text-overflow: ellipsis;
93
94
white-space: nowrap;
95
96
97
&--last-message {
98
99
100
101
102
103
104
105
&--name {
106
107
0 commit comments