feat: set width to 100%
This commit is contained in:
@@ -67,7 +67,7 @@ export const InterpretationLog = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<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
|
Interpretation Log
|
||||||
</button>
|
</button>
|
||||||
<SwipeableDrawer
|
<SwipeableDrawer
|
||||||
|
|||||||
Reference in New Issue
Block a user