Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 24aaa9f

Browse files
committed
truncate room name in invitation dialog to two lines
Signed-off-by: nurjinn jafar <nurjin.jafar@nordeck.net>
1 parent 63c2864 commit 24aaa9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

res/css/views/dialogs/_InviteDialog.pcss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ limitations under the License.
193193
flex-direction: column;
194194
height: 600px;
195195
overflow: hidden;
196+
197+
h2 {
198+
display: -webkit-box;
199+
-webkit-line-clamp: 2;
200+
-webkit-box-orient: vertical;
201+
white-space: pre-wrap;
202+
overflow: hidden;
203+
}
196204

197205
.mx_InviteDialog_addressBar {
198206
margin-inline-end: 0;

0 commit comments

Comments
 (0)