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 53abeac commit 9afff74Copy full SHA for 9afff74
lib/components/result-view/result-view.js
@@ -130,7 +130,10 @@ class ResultViewComponent extends React.Component<Props> {
130
style={
131
isPlain
132
? inlineStyle
133
- : { maxWidth: `${position.editorWidth}px`, margin: "0px" }
+ : {
134
+ maxWidth: `${position.editorWidth - 2 * position.charWidth}px`,
135
+ margin: "0px"
136
+ }
137
}
138
>
139
<div
0 commit comments