Skip to content

Commit

Permalink
Merge pull request desktop#1491 from desktop/fix-branch-selector
Browse files Browse the repository at this point in the history
Fix branch selector
  • Loading branch information
shiftkey authored May 16, 2017
2 parents 8df3847 + 34ea1f3 commit 565ca5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/ui/_vertical-segmented-control.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "../mixins";

.vertical-segmented-control {
fieldset.vertical-segmented-control {

// Reset styles for fieldset
border: none;
Expand All @@ -27,6 +27,7 @@

li {
padding: var(--spacing);
margin: 0;
border-left: var(--base-border);
border-right: var(--base-border);
border-top: var(--base-border);
Expand Down

0 comments on commit 565ca5a

Please sign in to comment.