feat: add 100% width to the wrapper

This commit is contained in:
RadoslavDimchev 2023-08-25 11:34:28 +03:00
parent 6119e5474d
commit b8cc418ab5
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ const ValidatorBoxWrapper = ({ children }: ValidatorBoxWrapperProps) => {
backgroundColor: '#fff',
zIndex: 999,
padding: '16px 32px',
width: '100%',
}}
>
{children}