pull/5370/head
yann300 3 years ago
parent c2c26da4bb
commit 15e4976345
  1. 2
      libs/remix-ui/editor-context-view/src/lib/remix-ui-editor-context-view.tsx

@ -150,7 +150,7 @@ export function RemixUiEditorContextView(props: RemixUiEditorContextViewProps) {
}
return (
!props.hide && <div className="container-context-view contextviewcontainer bg-light text-dark border-0">
!props.hide && <div className="container-context-view contextviewcontainer bg-light text-dark border-0 py-1">
{_render(last)}
</div>
);

Loading…
Cancel
Save