main
Mike Fix 4 years ago
parent 280e359316
commit b2912786a4
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -75,8 +75,9 @@ export default ({ theme, copyable, code, light }) => (
outline: none;
border: none;
text-align: center;
/* 140px is an arbitrary value, but is roughly equal to:
* 2 * (window theme width + window theme outside margin)
/**
* 140px is an arbitrary value, but it's roughly equal to:
* 2 * (window theme width + window theme outside margin)
*/
max-width: calc(100% - 140px);
font-size: 14px;

Loading…
Cancel
Save