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 64f50ac commit c89f2a3Copy full SHA for c89f2a3
src/components/PlaceholderWithoutTracking.jsx
@@ -68,7 +68,7 @@ class PlaceholderWithoutTracking extends React.Component {
68
return (
69
<span className={className}
70
ref={el => this.placeholder = el}
71
- style={{ height, width, ...style }}>
+ style={{ display: 'inline-block', height, width, ...style }}>
72
</span>
73
);
74
}
0 commit comments