Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Discodata connector visual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Jun 14, 2022
1 parent 2c74265 commit 0f6e318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const View = (props) => {
}, [JSON.stringify(dataProviders)]);

const view = (
<div className="flex h-100 pa-1" style={{ position: 'relative' }}>
<div className="flex pa-1" style={{ position: 'relative' }}>
<div className="flex flex-column w-100">
{/* {props.data?.block_title ? <h5>{props.data.block_title}</h5> : ''} */}
{parentsDataProviders &&
Expand Down

0 comments on commit 0f6e318

Please sign in to comment.