Skip to content

Commit

Permalink
Merge pull request #305 from ashik-75/work
Browse files Browse the repository at this point in the history
update collapsible menu css
  • Loading branch information
lifeparticle authored Sep 9, 2023
2 parents 0c242e1 + 973d7c0 commit 4fb49eb
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 4fb49eb

Please sign in to comment.