feat: change width, remove bottom:0

This commit is contained in:
karishmas6
2024-10-20 21:01:08 +05:30
parent 5612aa49f2
commit c6290eca5b

View File

@@ -124,8 +124,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
background: '#ff00c3',
border: 'none',
padding: '10px 20px',
width: 'calc(100% - 25%)',
bottom: 0,
width: '900px',
overflow: 'hidden',
textAlign: 'left',
justifyContent: 'flex-start',