Skip to content

Commit

Permalink
fix: move padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 26, 2021
1 parent d490bc9 commit f889a4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const LEGEND_CONTAINER_STYLE: CSSProperties = {
flexShrink: 1,
maxHeight: 100,
overflowY: 'auto',
padding: 8,
position: 'relative',
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const LEGEND_GROUP_STYLE: CSSProperties = {
flexWrap: 'wrap',
fontSize: '0.8em',
justifyContent: 'flex-end',
padding: 8,
};

export default function DefaultLegendGroupRenderer<ChannelTypes>({
Expand Down

0 comments on commit f889a4f

Please sign in to comment.