Make copy text monospace

This commit is contained in:
Gnarwhal 2024-09-23 19:16:08 +00:00
parent 9b3f590bec
commit 6d17d0b954
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174

View file

@ -82,4 +82,6 @@ export const copy_text = style({
margin: 0,
marginLeft: '1em',
width: 'max-content',
fontFamily: 'monospace',
fontSize: '1.2em',
});