Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kristian
uniswap-interface
Commits
e9a11bb6
Unverified
Commit
e9a11bb6
authored
4 years ago
by
Wei Li
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(vote): make the vote page responsive
parent
c5afbedb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages/Vote/VotePage.tsx
+6
-2
src/pages/Vote/VotePage.tsx
with
6 additions
and
2 deletions
+6
-2
src/pages/Vote/VotePage.tsx
+
6
-
2
View file @
e9a11bb6
...
...
@@ -98,6 +98,10 @@ const DetailText = styled.div`
word-break: break-all;
`
const
ProposerAddressLink
=
styled
(
ExternalLink
)
`
word-break: break-all;
`
export
default
function
VotePage
({
match
:
{
params
:
{
id
}
...
...
@@ -283,11 +287,11 @@ export default function VotePage({
</
AutoColumn
>
<
AutoColumn
gap
=
"md"
>
<
TYPE
.
mediumHeader
fontWeight
=
{
600
}
>
Proposer
</
TYPE
.
mediumHeader
>
<
External
Link
<
ProposerAddress
Link
href
=
{
proposalData
?.
proposer
&&
chainId
?
getEtherscanLink
(
chainId
,
proposalData
?.
proposer
,
'
address
'
)
:
''
}
>
<
ReactMarkdown
source
=
{
proposalData
?.
proposer
}
/>
</
External
Link
>
</
ProposerAddress
Link
>
</
AutoColumn
>
</
ProposalInfo
>
</
PageWrapper
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help