Skip to content

Commit

Permalink
update left and right padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave House committed Jul 12, 2018
1 parent f213136 commit 8ba13b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@

.govuk-tabs__panel {
@include govuk-responsive-margin(0, "bottom");
padding: govuk-spacing(6);
padding-top: govuk-spacing(6);
padding-right: govuk-spacing(4);
padding-bottom: govuk-spacing(6);
padding-left: govuk-spacing(4);
border: 1px solid $govuk-border-colour;
border-top: 0;

Expand Down

0 comments on commit 8ba13b5

Please sign in to comment.