Hide overflow of public room description on spotlight dialog result (#8870)
parent
ee4484fa40
commit
a434402b41
|
@ -283,14 +283,15 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mx_SpotlightDialog_result_publicRoomDescription {
|
.mx_SpotlightDialog_result_publicRoomDescription {
|
||||||
display: -webkit-box;
|
|
||||||
color: $secondary-content;
|
color: $secondary-content;
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
line-height: $font-20px;
|
line-height: $font-20px;
|
||||||
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 3;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue