Merge branch 'master' into error-notifications

This commit is contained in:
Kim Gardner
2018-01-24 14:22:52 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@
margin: 0 auto;
position: relative;
transition: background 200ms, box-shadow 200ms, margin-bottom 200ms;
padding: 10px 0 0;
padding: 10px 0 10px;
min-height: 220px;
&:hover {
@@ -57,7 +57,7 @@ class Settings extends React.Component {
<Configuration
checked={premodLinksEnable}
title={t('configure.enable_premod_links')}
description={t('configure.enable_premod_description')}
description={t('configure.enable_premod_links_description')}
onCheckbox={onTogglePremodLinks}
/>
<Configuration