Skip to content

Commit

Permalink
update collapsible menu css
Browse files Browse the repository at this point in the history
  • Loading branch information
ashik-75 committed Sep 9, 2023
1 parent 0c242e1 commit 973d7c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,15 @@ h5 {
/* can we do better? */
border-radius: 0 0 0 0 !important;
}

/* collapmenu align center */
:where(.css-dev-only-do-not-override-1jglot0).ant-menu-submenu-popup
.ant-menu-vertical
> .ant-menu-item,
:where(.css-dev-only-do-not-override-1jglot0).ant-menu-submenu-popup
.ant-menu-vertical
> .ant-menu-submenu
> .ant-menu-submenu-title {
display: flex;
align-items: center;
}

0 comments on commit 973d7c0

Please sign in to comment.