Skip to content

Commit 9afff74

Browse files
lgeigerBenRussert
authored andcommitted
Add spacing for large output bubbles
1 parent 53abeac commit 9afff74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/components/result-view/result-view.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ class ResultViewComponent extends React.Component<Props> {
130130
style={
131131
isPlain
132132
? inlineStyle
133-
: { maxWidth: `${position.editorWidth}px`, margin: "0px" }
133+
: {
134+
maxWidth: `${position.editorWidth - 2 * position.charWidth}px`,
135+
margin: "0px"
136+
}
134137
}
135138
>
136139
<div

0 commit comments

Comments
 (0)