Merge branch 'gdpr-banner-buttons' into 'develop'
GdprBanner: fix multiline buttons See merge request soapbox-pub/soapbox-fe!1686
This commit is contained in:
commit
e75dffd86e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const GdprBanner: React.FC = () => {
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<HStack space={2} alignItems='center'>
|
<HStack space={2} alignItems='center' className='flex-none'>
|
||||||
{soapbox.gdprUrl && (
|
{soapbox.gdprUrl && (
|
||||||
<a href={soapbox.gdprUrl} tabIndex={-1} className='inline-flex'>
|
<a href={soapbox.gdprUrl} tabIndex={-1} className='inline-flex'>
|
||||||
<Button theme='secondary'>
|
<Button theme='secondary'>
|
||||||
|
|
Loading…
Reference in a new issue