Skip to content

Commit 92d74fe

Browse files
committed
update padding value
1 parent ca3353d commit 92d74fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/decoder/components/jwt-input.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
8080
languageCode={languageCode}
8181
title={dictionary.title}
8282
compactTitle={dictionary.compactTitle}
83-
options={{ fullWidth: true, noPadding: true }}
83+
options={{ fullWidth: true, noPadding: false }}
8484
messages={{
8585
success: [dictionary.successMessage],
8686
errors: decodeErrors$,

0 commit comments

Comments
 (0)