Skip to content

Commit

Permalink
fix(editor): replace margin-top on tab-list by border-top on tab (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored May 2, 2022
1 parent 08fe714 commit d34d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/css/editor-libs/tabby.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.tab-list {
display: flex;
gap: 0.5rem;
padding-top: 1rem;
background: var(--background-secondary);
}

Expand All @@ -11,6 +10,7 @@ button[role='tab'] {
padding: .5em 30px;
border: 0 none;
border-bottom: 3px solid transparent;
border-top: 3px solid transparent;
font: var(--type-emphasis-m);
cursor: pointer;
}
Expand Down

0 comments on commit d34d8a0

Please sign in to comment.