Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed

- Styling design system components used in the web component (#1263)
- Sidebar panel overflow for plugins (#1266)
- Sidebar panel overflow for plugins (#1266, #1269)

## [0.33.0] - 2025-10-15

Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
flex-direction: column;
gap: $space-1;
padding-block-end: $space-1;
padding-inline: $space-1;
margin-inline: $space-1;
border-block-end: 1px solid var(--sidebar-border);
}

Expand Down
Loading