Skip to content

Commit eabdb8f

Browse files
committed
feature(FR-467): Enhance Sidebar and Card UI (#3117)
resolves #NNN (FR-467) **changes** * add margin to sidebar menu * add `overflow: hidden` to card css **Checklist:** (if applicable) - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
1 parent bc6b1f8 commit eabdb8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

react/src/components/BAIMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const BAIMenu: React.FC<BAIMenuProps> = ({ collapsed, ...props }) => {
4141
itemHeight: 40,
4242
itemBorderRadius: 20,
4343
itemMarginInline: token.margin,
44-
itemMarginBlock: 0,
4544
itemSelectedBg: colorPrimaryWithAlpha,
4645
fontSize: token.fontSizeLG,
4746
},

src/components/lablup-activity-panel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default class LablupActivityPanel extends LitElement {
6868
line-height: 1.1;
6969
color: var(--token-colorText);
7070
border: 1px solid var(--token-colorBorderSecondary, #424242);
71+
overflow: hidden;
7172
}
7273
7374
div.card > h4 {

0 commit comments

Comments
 (0)