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