Skip to content

Commit

Permalink
style: adding more space to app-preview content
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 committed Oct 15, 2024
1 parent 0a51994 commit ff4e900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.alertWrapper {
margin-top: var(--fds-spacing-8);
margin-inline: var(--fds-spacing-18);
}

.alert {
display: flex;
flex-direction: row;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const PreviewLimitationsInfo = () => {
if (!showPreviewLimitationsInfo) return null;

return (
<Alert severity='info'>
<Alert severity='info' className={classes.alertWrapper}>
<div className={classes.alert}>
{t('preview.limitations_info')}
<StudioPopover open={openSaveChoiceInSession}>
Expand Down

0 comments on commit ff4e900

Please sign in to comment.