We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3353d commit 92d74feCopy full SHA for 92d74fe
src/features/decoder/components/jwt-input.component.tsx
@@ -80,7 +80,7 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
80
languageCode={languageCode}
81
title={dictionary.title}
82
compactTitle={dictionary.compactTitle}
83
- options={{ fullWidth: true, noPadding: true }}
+ options={{ fullWidth: true, noPadding: false }}
84
messages={{
85
success: [dictionary.successMessage],
86
errors: decodeErrors$,
0 commit comments