mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix(modals): make text input full width
This commit is contained in:
parent
498e76b535
commit
d95070d8c7
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ export function InputModal({
|
|||
)}
|
||||
<InputBox
|
||||
value={value}
|
||||
style={{ width: "100%" }}
|
||||
onChange={(e) => setValue(e.currentTarget.value)}
|
||||
/>
|
||||
</Modal>
|
||||
|
|
Loading…
Reference in a new issue