We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea44e18 commit dd55387Copy full SHA for dd55387
react-app/src/App.css
@@ -5,6 +5,7 @@
5
rgb(63, 43, 150) 100%
6
);
7
height: 100%;
8
+ min-height: 100vh;
9
width: 100%;
10
padding: 3rem 5vw;
11
display: flex;
react-app/src/components/CreatedRefs.tsx
@@ -42,7 +42,7 @@ const CreatedRefs = (props: { refs: string[] }) => {
42
onClick={alertCopy}
43
/>
44
<UncontrolledTooltip placement="bottom" target={ref}>
45
- Click to Copy Ref
+ copy to clipboard
46
</UncontrolledTooltip>
47
</div>
48
</CopyToClipboard>
0 commit comments