Wrap long space names (#9201)

This commit is contained in:
Michael Telatynski
2022-08-17 15:13:04 +00:00
committed by GitHub
parent 27a7263965
commit 0e43f3c015
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -177,6 +177,10 @@ $SpaceRoomViewInnerWidth: 428px;
h1 {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
}