Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
standeren committed Sep 27, 2024
1 parent 5dd5856 commit 417fba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@
background-color: var(--fds-semantic-surface-neutral-default);
padding: var(--fds-spacing-5) 0;
}

.subForm .editLayoutSet {
padding: var(--fds-spacing-5) 0;
box-sizing: border-box;
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Properties = () => {
<Accordion.Header onHeaderClick={() => toggleOpen('content')}>
{t('right_menu.content')}
</Accordion.Header>
<Accordion.Content className={classes.subForm}>
<Accordion.Content>
<EditFormComponent
editFormId={formItemId}
component={formItem}
Expand Down

0 comments on commit 417fba0

Please sign in to comment.