Skip to content

Commit

Permalink
PLAY-405 Nav Title Spacing Fix (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidaqg authored Oct 19, 2022
1 parent aa49363 commit 88e5aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook/app/pb_kits/playbook/pb_nav/_vertical_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $selector: ".pb_nav_list";
}

[class*=pb_nav_list_title] {
padding: 0 $space_md $space_sm;
padding: 0 $space_md $space_sm $space_sm;
}

// Normal Variant
Expand Down

0 comments on commit 88e5aea

Please sign in to comment.