Skip to content

Commit

Permalink
fix: helm dry-run configs styling
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Jul 26, 2023
1 parent 1ceafbb commit dbdb1cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const PreviewConfigurationAdd: React.FC = () => {
return (
<Tooltip mouseEnterDelay={TOOLTIP_DELAY} title={NewPreviewConfigurationTooltip}>
<AddButton
type="link"
type="primary"
ghost
size="small"
icon={<PlusOutlined />}
onClick={() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@ export default memo(PreviewConfigurationPane);

const PreviewConfigurationTopContainer = styled.div`
width: 100%;
padding: 2px 14px 16px 16px;
/* padding: 4px 14px 16px 16px; */
margin-top: -6px;
padding-left: 20px;
padding-bottom: 12px;
`;
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ItemContainer = styled.span<ItemContainerProps>`
> {
min-width: 0;
}
padding-left: 26px;
padding-left: 47px;
padding-right: 8px;
margin-bottom: 2px;
cursor: pointer;
Expand Down

0 comments on commit dbdb1cc

Please sign in to comment.