Skip to content

Commit

Permalink
Edit Post: Fix tab border conflicts in the Document Overview panel (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Aug 17, 2023
1 parent c14792d commit 12c17e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@

.edit-post-sidebar__panel-tab {
width: 50%;
margin-bottom: -$border-width;
}
}

.components-tab-panel__tab-content {
height: calc(100% - #{$grid-unit-60});
height: calc(100% - #{$grid-unit-60 - $border-width});
}
}

Expand Down

0 comments on commit 12c17e5

Please sign in to comment.