feat: add 100% width to the wrapper
This commit is contained in:
parent
6119e5474d
commit
b8cc418ab5
|
@ -16,6 +16,7 @@ const ValidatorBoxWrapper = ({ children }: ValidatorBoxWrapperProps) => {
|
|||
backgroundColor: '#fff',
|
||||
zIndex: 999,
|
||||
padding: '16px 32px',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
|
|
Loading…
Reference in New Issue