Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix inserter tab panel content buttons' position
  • Loading branch information
ntsekouras committed Nov 16, 2022
commit df4bc5b5e15c1190c143f4983d9563978cc8465d
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ html.interface-interface-skeleton__html-container {
}

.interface-interface-skeleton__secondary-sidebar {
.interface-navigable-region__stacker {
height: 100%;
}

@include break-medium() {
border-right: $border-width solid $gray-200;
}
Expand Down