Skip to content

Commit 6fdc33a

Browse files
authored
Fix cosmetic issue with side bar (#1855)
* Fix cosmetic issue with side bar * Update changeset description
1 parent cee2b92 commit 6fdc33a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tricky-schools-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1824 Fix for the thin gray line in the sidebar that went beyond settings.

packages/orchestrator-ui-components/src/components/WfoPageTemplate/WfoSidebar/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const getMenuStyles = ({ theme }: WfoTheme) => {
2222
'.euiSideNavItem--branch': {
2323
'&:after': {
2424
backgroundColor: theme.colors.lightShade,
25-
height: '120%',
25+
height: '100%',
2626
},
2727
':last-child': {
2828
'&:after': {

0 commit comments

Comments
 (0)