Make copy text monospace

This commit is contained in:
Gnarwhal 2024-09-23 19:16:08 +00:00
parent a7d55d94a4
commit 8ec4c95984
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174

View file

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