Skip to content

Commit

Permalink
fix: remove beta badge from grid flow (#217)
Browse files Browse the repository at this point in the history
The v4 beta badge in the header was adding width to the menu and causing the main content area to be slightly misaligned. This removes the badge from the layout flow with absolute positioning.
  • Loading branch information
camwiegert authored Dec 4, 2018
1 parent 3f20d14 commit eedefab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/section-switch/section-switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@
letter-spacing: 0.01em;
padding: 1px 5px;
font-size: 10px;
margin-left: 13px;
border-radius: 4px;
font-weight: 600;
position: absolute;
left: 100%;
z-index: 1;
white-space: nowrap;

@media (max-width: $breakpoint-md) {
padding: 3px 5px;
Expand Down

0 comments on commit eedefab

Please sign in to comment.