Make copy text monospace
This commit is contained in:
parent
a7d55d94a4
commit
8ec4c95984
1 changed files with 4 additions and 2 deletions
|
@ -82,4 +82,6 @@ export const copy_text = style({
|
|||
margin: 0,
|
||||
marginLeft: '1em',
|
||||
width: 'max-content',
|
||||
fontFamily: 'monospace',
|
||||
fontSize: '1.2em',
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue