mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-08 08:01:11 +00:00
full width input for copy menu
This commit is contained in:
@@ -72,7 +72,7 @@ const CopyMenu: Component<{
|
||||
<Flex alignItems="center">
|
||||
<Input
|
||||
placeholder="copy name"
|
||||
class="card dark"
|
||||
class="card dark full-width"
|
||||
style={{ padding: "0.5rem" }}
|
||||
value={newName()}
|
||||
onEdit={setNewName}
|
||||
|
||||
Reference in New Issue
Block a user