Skip to content

Commit

Permalink
fixed slider width
Browse files Browse the repository at this point in the history
  • Loading branch information
rkzel committed Aug 16, 2019
1 parent c0cb519 commit 1c37022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dot-voting/app/components/Panels/VotePanelContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class VotePanelContent extends React.Component {
{this.state.voteOptions.map((option, idx) => (
<div key={idx}>
<SliderAndValueContainer>
<div style={{ display: 'flex', flexDirection: 'column' }}>
<div css={'display: flex; flex-direction: column; width: 100%'}>
<Text size="small">{option.label}</Text>
<div
css={`
Expand Down

0 comments on commit 1c37022

Please sign in to comment.