Skip to content

Commit

Permalink
fix: prevent top level checkbox overlap (fixes #292)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed May 14, 2020
1 parent ba390aa commit 2daf560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/styles/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ input[type="radio"] {
input[type="checkbox"],
[role="checkbox"] {
cursor: default;
margin-right: rem(40);

&::before {
margin-right: rem(8);
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/archive/archive.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = {
]
},
{
label: 'Build a platform',
label: 'Build a platform or protocol',
children: [
'Understand the design process',
'Design for privacy',
Expand Down

0 comments on commit 2daf560

Please sign in to comment.