Update to Tailwind V2
This commit is contained in:
parent
9b01734752
commit
c75f89889a
8 changed files with 168 additions and 199 deletions
|
@ -50,7 +50,7 @@ export default () => {
|
|||
return (
|
||||
<PageContentBlock title={'Account API'}>
|
||||
<FlashMessageRender byKey={'account'}/>
|
||||
<div css={tw`md:flex flex-no-wrap my-10`}>
|
||||
<div css={tw`md:flex flex-nowrap my-10`}>
|
||||
<ContentBox title={'Create API Key'} css={tw`flex-none w-full md:w-1/2`}>
|
||||
<CreateApiKeyForm onKeyCreated={key => setKeys(s => ([ ...s!, key ]))}/>
|
||||
</ContentBox>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue