mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
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',
|
backgroundColor: '#fff',
|
||||||
zIndex: 999,
|
zIndex: 999,
|
||||||
padding: '16px 32px',
|
padding: '16px 32px',
|
||||||
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user