Skip to content

Commit

Permalink
fix(core): 馃悰 add missing styles for user menu
Browse files Browse the repository at this point in the history
Seems to be broken by the citizen-menu styles refactor.
This fix is temporary since the user menu will be refactored soon.
  • Loading branch information
alistair3149 committed May 9, 2024
1 parent 1943722 commit 604ee85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/skins.citizen.styles/components/Usermenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
}

&__header {
padding: var( --space-md ) 0;
margin-bottom: var( --space-xs );
border-bottom: 1px solid var( --border-color-base );
}
}

#p-user-info {
padding: var( --space-md );

> ul > li {
margin-right: var( --space-md );
margin-left: var( --space-md );
Expand All @@ -40,6 +41,8 @@
display: flex;
flex-wrap: wrap;
gap: var( --space-xxs );
margin: 0;
list-style: none;
}

a {
Expand Down

0 comments on commit 604ee85

Please sign in to comment.