fix(ui) - dashboard modal width
This commit is contained in:
parent
cedabd0579
commit
60d462a4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ function DashboardModal(props) {
|
|||
<div style={{ width: '85vw' }}>
|
||||
<div
|
||||
className="border-r shadow p-4 h-screen"
|
||||
style={{ backgroundColor: '#FAFAFA', zIndex: 999, width: '85%', maxWidth: '1300px' }}
|
||||
style={{ backgroundColor: '#FAFAFA', zIndex: 999, width: '100%', maxWidth: '1300px' }}
|
||||
>
|
||||
<div className="mb-6 flex items-end justify-between">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue