Style project settings on mobile (#134)

* Style project settings on mobile

* Use auto-resize text area for display name

* Remove unused import
This commit is contained in:
arcticfly
2023-08-10 22:15:45 -07:00
committed by GitHub
parent 5277afa199
commit 81fbaeae44
2 changed files with 7 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ const CopiableCode = ({ code }: { code: string }) => {
w="full"
justifyContent="space-between"
>
<Text fontFamily="inconsolata" fontWeight="bold" letterSpacing={0.5}>
<Text fontFamily="inconsolata" fontWeight="bold" letterSpacing={0.5} overflowX="auto">
{code}
</Text>
<Tooltip closeOnClick={false} label={copied ? "Copied!" : "Copy to clipboard"}>