Skip to content

Commit

Permalink
update tab action padding for 8pt grid [#150269434]
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Mitchell <rmitchell@pivotal.io>
  • Loading branch information
Jonathan Berney authored and reidmit committed Sep 5, 2017
1 parent 0ee4657 commit bdc052d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pivotal-ui/components/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

$tab-border-size: 1px;
$tab-padding: $base-unit ($base-unit*2);
$tab-action-padding: ($base-unit/2) ($base-unit*2);

.tab-simple {
position: relative;
Expand Down Expand Up @@ -133,7 +134,7 @@ $tab-padding: $base-unit ($base-unit*2);
}

.tabs-action {
padding: $tab-padding;
padding: $tab-action-padding;
position: absolute;
right: 0;
}
Expand Down

0 comments on commit bdc052d

Please sign in to comment.