Skip to content

Commit

Permalink
fix: padding-right for right-pane-tabs (#139)
Browse files Browse the repository at this point in the history
* fix: right padding-right for right-pane-tabs

* padding to margin

Co-authored-by: Jeff Yang <32727188+ydcjeff@users.noreply.github.com>

* fix: indentation

Co-authored-by: Jeff Yang <32727188+ydcjeff@users.noreply.github.com>
  • Loading branch information
trsvchn and ydcjeff committed May 27, 2021
1 parent f0d3094 commit 3bb7d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PaneRight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
}
.right-pane-tabs,
.right-pane-contexts {
padding-right: 1.5rem;
margin-right: 1.5rem;
}
.right-pane-tab {
display: flex;
Expand Down

0 comments on commit 3bb7d50

Please sign in to comment.