diff --git a/static/scss/style.scss b/static/scss/style.scss index 37f69f1..8eb757b 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -195,6 +195,9 @@ div.room-link-wrapper { a { color: lightgrey; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } &:hover a {