Skip to content

Commit

Permalink
Merge pull request #49 from netceteragroup/fix/radio-button-selection
Browse files Browse the repository at this point in the history
fix: add display property to the footer and reduce the padding
  • Loading branch information
hdimitrieski committed Mar 25, 2020
2 parents bf5bbbe + 7b35690 commit 9142623
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "../../../styles/variables";

:host {
padding: $size-xxl $size-xl;
display: block;
padding: $size-m 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
}
}
}

input[type="radio"] {
display: block;
position: relative;
}
}

0 comments on commit 9142623

Please sign in to comment.