Skip to content

Commit

Permalink
fix(components): changed gap to 18px with T2 on top in ContextContainer
Browse files Browse the repository at this point in the history
Ticket: task/Transversal-layout-67
Reviewed-by: @MIGUELez11
Refs: #159
  • Loading branch information
fermarinsanchez authored May 24, 2024
1 parent 51abcb2 commit 03f4ef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ContextContainerStyles = createStyles((theme, { padded }) => {
padding,
'&.section-wrapper > .section-content-wrapper > .section-wrapper:not(:first-child):has(.section-title)':
{
marginTop: '15px',
marginTop: '18px',
},
},
description: {
Expand Down

0 comments on commit 03f4ef3

Please sign in to comment.