Skip to content

Commit 3bb7d50

Browse files
trsvchnydcjeff
andauthored
fix: padding-right for right-pane-tabs (#139)
* fix: right padding-right for right-pane-tabs * padding to margin Co-authored-by: Jeff Yang <[email protected]> * fix: indentation Co-authored-by: Jeff Yang <[email protected]>
1 parent f0d3094 commit 3bb7d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PaneRight.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979
}
8080
.right-pane-tabs,
8181
.right-pane-contexts {
82-
padding-right: 1.5rem;
82+
margin-right: 1.5rem;
8383
}
8484
.right-pane-tab {
8585
display: flex;

0 commit comments

Comments
 (0)