LP-5681: fix description length
This commit is contained in:
parent
eaf1f305f4
commit
f8b9565cc1
@ -133,6 +133,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
margin-bottom: 7px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.88;
|
opacity: 0.88;
|
||||||
|
|||||||
@ -35,12 +35,10 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: rgba(var(--center-channel-color-rgb), 0.72);
|
color: rgba(var(--center-channel-color-rgb), 0.72);
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: auto;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -55,6 +55,7 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-bottom: 7px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.88;
|
opacity: 0.88;
|
||||||
|
|||||||
@ -51,12 +51,10 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: rgba(var(--center-channel-color-rgb), 0.72);
|
color: rgba(var(--center-channel-color-rgb), 0.72);
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: auto;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -35,12 +35,10 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: rgba(var(--center-channel-color-rgb), 0.72);
|
color: rgba(var(--center-channel-color-rgb), 0.72);
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: auto;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user