Skip to content

Commit

Permalink
Signout entry misaligned in simple Profile Menu (SAP#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlianaMunich authored Jun 10, 2022
1 parent daf0564 commit 016c4c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/AuthorizationSimpleProfileMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
>
<button
title="Logout"
class="fd-menu__link"
class="fd-menu__link lui-logout-btn"
data-testid="logout-btn"
>
{#if profileNav.logout.icon}
Expand Down Expand Up @@ -352,6 +352,10 @@
overflow-y: auto;
}
.lui-profile-simple-menu .lui-logout-btn{
text-align: left;
}
li > button.fd-menu__link {
background-color: var(--sapList_Background, #fff);
Expand Down

0 comments on commit 016c4c1

Please sign in to comment.