mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 07:26:03 +01:00
fix: some details
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user