We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57781 commit fd22a01Copy full SHA for fd22a01
src/render/font-metrics.ts
@@ -27,6 +27,7 @@ export class FontMetrics {
27
container.style.fontSize = fontSize;
28
container.style.margin = '0';
29
container.style.padding = '0';
30
+ container.style.whiteSpace = 'nowrap';
31
32
body.appendChild(container);
33
0 commit comments