Skip to content

Commit

Permalink
fix: clean up plugin css
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Jun 4, 2024
1 parent 750327c commit e4b73d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/src/PluginLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const PluginInner = ({
// inner div disables margin collapsing which would prevent computing correct height
return (
<div ref={divRef}>
<div style={{ display: 'flex', width: 'fitContent' }}>
<div>
<div id="innerDiv" ref={innerDivRef}>
<D2App
config={config}
Expand Down

0 comments on commit e4b73d7

Please sign in to comment.