Skip to content

Commit

Permalink
Better css.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Croney committed Aug 25, 2015
1 parent 7ca4157 commit 6ff50b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styleguide/component-select.scss
Expand Up @@ -44,7 +44,7 @@ $bar-parent-bg-color: rgba(139,191,211,.95);
position: absolute;
top: -$bar-height;
transition: opacity .15s ease-in-out;
width: calc(100% + 1px);
width: 100%;
}

// Bar items
Expand Down Expand Up @@ -114,7 +114,8 @@ $bar-parent-bg-color: rgba(139,191,211,.95);
flex-basis: auto;
flex-grow: 1;
height: $bar-bd-height;
margin-left: -$bar-gap;
margin-left: -$bar-gap; // removes the gap from the last item
margin-right: 0; // ensures that the toolbar is full width
order: 5;
}

Expand Down

0 comments on commit 6ff50b6

Please sign in to comment.