Skip to content

Commit

Permalink
Remove doubled css
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad-Simso committed Dec 13, 2024
1 parent 212598c commit 7e712e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function ReferenceTab({
};

return (
<div className={classes.container}>
<>
<StudioParagraph spacing size='small'>
{t('ux_editor.options.code_list_referenceId.description')}
</StudioParagraph>
Expand All @@ -46,6 +46,6 @@ export function ReferenceTab({
/>
</Trans>
</p>
</div>
</>
);
}

0 comments on commit 7e712e8

Please sign in to comment.