Skip to content

Commit

Permalink
Merge pull request #414 from rebeccaalpert/resizable-spacing-adjustment
Browse files Browse the repository at this point in the history
fix(ChatbotConversationHistoryNav): Update spacing for resizable drawer
  • Loading branch information
nicolethoen authored Jan 22, 2025
2 parents 83af91b + 75395a3 commit 9fc82a6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@
flex-direction: column;
height: 70vh;
}

// Resizable drawer spacing is different - needs manual adjustment for gaps between buttons, inputs, etc.
.pf-v6-c-drawer__panel.pf-m-resizable {
.pf-v6-c-drawer__panel-main {
row-gap: var(--pf-v6-c-drawer__panel--RowGap);
}
}
}

// ============================================================================
Expand Down

0 comments on commit 9fc82a6

Please sign in to comment.