Fixed wordcloud responsivness
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
41ec2654ee
commit
d455d3a92e
|
@ -45,7 +45,7 @@ export default function SamplePage() {
|
|||
value: word.value,
|
||||
}))}
|
||||
// For components that we don't want to match the width necessarily we can provide direct values
|
||||
width={isMobile ? 500 : 1000}
|
||||
width={isMobile ? width / 1.25 : 1000}
|
||||
height={500}
|
||||
/>
|
||||
</FullComponentWrapper>
|
||||
|
|
Loading…
Reference in New Issue