mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +00:00
hotfix: button width
This commit is contained in:
parent
e25b87f32d
commit
467d139bb0
1 changed files with 2 additions and 0 deletions
|
|
@ -381,6 +381,7 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
|
|||
<Stack
|
||||
sx={{ mt: '0 !important' }}
|
||||
borderLeft={{ base: 'none', md: '2px solid var(--chakra-colors-primary)' }}
|
||||
w={{ base: '100%', md: 'auto' }}
|
||||
>
|
||||
<Link
|
||||
as='button'
|
||||
|
|
@ -435,6 +436,7 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
|
|||
<Stack
|
||||
sx={{ mt: '0 !important' }}
|
||||
borderLeft={{ base: 'none', md: '2px solid var(--chakra-colors-primary)' }}
|
||||
w={{ base: '100%', md: 'auto' }}
|
||||
>
|
||||
<Link as='button' variant='button-link-secondary' onClick={showMoreDevBuilds}>
|
||||
<Text
|
||||
|
|
|
|||
Loading…
Reference in a new issue