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

Commit c71dceb

Browse files
authored
Use monospace font for room, message IDs in View Source modal (#9956)
1 parent 5095bc0 commit c71dceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/structures/_ViewSource.pcss

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ limitations under the License.
2727
border-bottom: 1px solid $quinary-content;
2828
padding-bottom: $spacing-12;
2929
margin-bottom: $spacing-12;
30+
font-family: monospace;
3031

3132
.mx_CopyableText {
3233
word-break: break-all;

0 commit comments

Comments
 (0)