feat: set width 250px
This commit is contained in:
@@ -19,7 +19,8 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
|
|||||||
<Paper
|
<Paper
|
||||||
sx={{
|
sx={{
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
maxWidth: 'fit-content',
|
width: '250px',
|
||||||
|
maxWidth: '100%',
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
paddingTop: '2rem',
|
paddingTop: '2rem',
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user