Skip to content

Commit 618aea3

Browse files
authored
Fixing sidebar header styling (#1269)
Fixing sidebar panel header border broken by previous PR
1 parent 7d93b1f commit 618aea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
### Fixed
1414

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

1818
## [0.33.0] - 2025-10-15
1919

src/assets/stylesheets/Sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
flex-direction: column;
121121
gap: $space-1;
122122
padding-block-end: $space-1;
123-
padding-inline: $space-1;
123+
margin-inline: $space-1;
124124
border-block-end: 1px solid var(--sidebar-border);
125125
}
126126

0 commit comments

Comments
 (0)