pull/1856/head
yann300 3 years ago
parent bc7e1279d6
commit 827812e3f2
  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