mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
Made copy link button same height as text input
This commit is contained in:
@@ -34,6 +34,7 @@ const ShareLink = () => {
|
||||
value={currentURL}
|
||||
ref={inputRef}
|
||||
className="border rounded p-2 flex-grow mr-2 text-sm bg-slate-100 outline-slate-400"
|
||||
style={{ minHeight: "38px" }}
|
||||
/>
|
||||
<button
|
||||
onClick={handleCopyClick}
|
||||
|
||||
Reference in New Issue
Block a user