mirror of https://github.com/zulip/zulip.git
gear_menu_popover: Align org info menu items to the left.
This commit is contained in:
parent
1f417b6a43
commit
e5f2211397
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue