There was an error while loading. Please reload this page.
1 parent 715cdbc commit cc281b1Copy full SHA for cc281b1
1 file changed
src/pages/domain/Groups/HTMLMessagesRow.tsx
@@ -28,7 +28,7 @@ function HTMLMessagesRow({errors, onDismiss}: HTMLMessagesRowProps) {
28
),
29
}}
30
onDismiss={onDismiss}
31
- containerStyles={[styles.mh5, styles.mb3]}
+ containerStyles={[styles.mh5, styles.mt3]}
32
/>
33
)
34
);
0 commit comments