GdprBanner: fix multiline buttons
This commit is contained in:
parent
50d60b7bb4
commit
0016bf1457
|
@ -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 New Issue