Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
feat(tabs): Increase click areas on tab headers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Jul 31, 2017
1 parent f967cdf commit 1615cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/TabHeaderItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
display: flex;
align-items: center;
justify-content: center;
padding: ($padding / 2) $padding;
width: 100%;
margin: 0;
height: $tabs-header-height;
Expand All @@ -83,6 +82,7 @@
vertical-align: middle;
text-align: center;
width: 100%;
height: 100%;
}
.title {
Expand Down

0 comments on commit 1615cfa

Please sign in to comment.