18 lines
267 B
SCSS
18 lines
267 B
SCSS
.MentionsLine {
|
|
.showMoreLess {
|
|
white-space: normal;
|
|
|
|
&.-newStyle {
|
|
line-height: 1.5;
|
|
font-size: inherit;
|
|
display: inline-block;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
&.-oldStyle {
|
|
color: var(--link);
|
|
}
|
|
}
|
|
}
|