fix: some details

This commit is contained in:
Daniel Soares
2021-12-15 08:11:58 -03:00
parent 2f4dd0097b
commit 5df44ceddc
22 changed files with 330 additions and 118 deletions

View File

@@ -5,7 +5,7 @@ export function DescriptionInput() {
return (
<textarea
style={{ height: '200px', width: '100%' }}
style={{ height: '200px !important', width: '100% !important' }}
value={data.settings.description}
onChange={e =>
setData({