feat: set width to 100%
This commit is contained in:
@@ -67,7 +67,7 @@ export const InterpretationLog = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<button onClick={toggleDrawer(true)} style={{ color: 'white', background: '#3f4853', border: 'none', padding: '10px 20px' }}>
|
||||
<button onClick={toggleDrawer(true)} style={{ color: 'white', background: '#3f4853', border: 'none', padding: '10px 20px', width: '100%' }}>
|
||||
Interpretation Log
|
||||
</button>
|
||||
<SwipeableDrawer
|
||||
|
||||
Reference in New Issue
Block a user