Fix room directory clipping links in the room's topic

Signed-off-by: Michel Zimmer <opensource@michel-zimmer.de>
This commit is contained in:
Michel Zimmer 2020-10-02 18:00:58 +02:00
parent c6834fd428
commit 58bbbf31b9
2 changed files with 8 additions and 1 deletions

View file

@ -133,6 +133,10 @@ limitations under the License.
.mx_RoomDirectory_topic {
cursor: initial;
color: $light-fg-color;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.mx_RoomDirectory_alias {