Browse Source

Max-width on settings rows

master
meriadec 7 years ago
parent
commit
fbefd8f844
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/components/SettingsPage/SettingsSection.js

2
src/components/SettingsPage/SettingsSection.js

@ -106,7 +106,7 @@ export function SettingsSectionRow({
<Box ff="Open Sans|SemiBold" color="dark" fontSize={4}>
{title}
</Box>
<Box ff="Open Sans" fontSize={3} color="grey" mt={1} mr={1}>
<Box ff="Open Sans" fontSize={3} color="grey" mt={1} mr={1} style={{ maxWidth: 520 }}>
{desc}
</Box>
</Box>

Loading…
Cancel
Save