Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix spacing
  • Loading branch information
ampinsk committed Nov 3, 2017
commit 573b96172a2af3e8568843c2c4ab391d39586a06
3 changes: 1 addition & 2 deletions modules/primer-navigation/lib/underline-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@

.container-lg,
.container-md,
.container-xl
{
.container-xl {
Copy link
Contributor

@broccolini broccolini Nov 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here re nesting other Primer styles. UnderlineNav-container may work? It's a little bit of a quirky one and potentially could be done with utilities but I can image this tripping people up so probably good to offer it as part of the component styles.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this to .UnderlineNav-container 👍

display: flex;
justify-content: space-between;
}
Expand Down