Fix identifier wrapping
Fixes https://github.com/matrix-org/matrix.to/issues/153
This commit is contained in:
@@ -64,3 +64,7 @@ hr {
|
||||
border: 1px solid lighten($grey, 50);
|
||||
margin: 0 40px;
|
||||
}
|
||||
|
||||
.matrixIdentifier {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user