Skip to content

Commit

Permalink
style(dialog-full-screen, heading): rm negative margins
Browse files Browse the repository at this point in the history
  • Loading branch information
DobroTora committed Jan 31, 2025
1 parent a7010ac commit 713f035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ const StyledDialogFullScreen = styled.div<{ pagesStyling?: boolean }>`
The following CSS is for a legacy use of the Pages component.
Please do not remove this until Pages has been re-written.
*/
${({ pagesStyling, title }) =>
${({ pagesStyling }) =>
pagesStyling &&
css`
${StyledContent} {
padding: 0;
margin-top: -25px;
}
${StyledIconButton} {
Expand Down
2 changes: 0 additions & 2 deletions src/components/heading/heading.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,8 @@ const StyledDivider = styled(Hr)`

const StyledHeaderHelp = styled(Help)`
display: inline-block;
margin-left: -6px;
margin-right: 16px;
position: relative;
top: -4px;
height: 22px;
`;

Expand Down

0 comments on commit 713f035

Please sign in to comment.