gear_menu_popover: Align org info menu items to the left.

This commit is contained in:
Sayam Samal 2023-12-07 06:04:18 +05:30 committed by Tim Abbott
parent 1f417b6a43
commit e5f2211397
1 changed files with 1 additions and 2 deletions

View File

@ -1339,7 +1339,7 @@ ul {
& li {
display: flex;
justify-content: center;
justify-content: flex-start;
font-size: 15px;
font-style: normal;
font-weight: 400;
@ -1353,7 +1353,6 @@ ul {
.navbar-dropdown-menu-link {
padding: 2px 10px;
flex-grow: 1;
text-align: center;
text-decoration: none;
&:hover {