Skip to content

Commit 5ce71f6

Browse files
authored
Merge branch 'main' into bugfix/1259-_CC_Projects_Lines_are_sometimes_off_by_one_line
2 parents 57f18cf + 618aea3 commit 5ce71f6

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
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717
### Fixed
1818

1919
- Styling design system components used in the web component (#1263)
20-
- Sidebar panel overflow for plugins (#1266)
20+
- Sidebar panel overflow for plugins (#1266, #1269)
2121
- Extra border around code output in the instructions panel (#1253)
2222
- Line numbering alignment in code blocks in the instructions panel (#1259)
2323

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)