mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 07:13:45 +02:00
admin(ui): fix descriptions overflowing vertically
This commit is contained in:
@@ -7,12 +7,14 @@ export default () => {
|
||||
return (
|
||||
<AdminContentBlock title={'API Keys'}>
|
||||
<div css={tw`w-full flex flex-row items-center mb-8`}>
|
||||
<div css={tw`flex flex-col`}>
|
||||
<div css={tw`flex flex-col flex-shrink`} style={{ minWidth: '0' }}>
|
||||
<h2 css={tw`text-2xl text-neutral-50 font-header font-medium`}>API Keys</h2>
|
||||
<p css={tw`text-base text-neutral-400`}>Control access credentials for managing this Panel via the API.</p>
|
||||
<p css={tw`text-base text-neutral-400 whitespace-nowrap overflow-ellipsis overflow-hidden`}>Control access credentials for managing this Panel via the API.</p>
|
||||
</div>
|
||||
|
||||
<NewApiKeyButton />
|
||||
<div css={tw`flex ml-auto pl-4`}>
|
||||
<NewApiKeyButton />
|
||||
</div>
|
||||
</div>
|
||||
</AdminContentBlock>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user