There was an error while loading. Please reload this page.
1 parent e84071c commit e6a7385Copy full SHA for e6a7385
1 file changed
src/components/main-sidebar.tsx
@@ -61,7 +61,7 @@ function SidebarAuthFooter() {
61
<Button
62
aria-description={ isOffline ? offlineMessage : '' }
63
aria-disabled={ isOffline }
64
- className="flex gap-x-2 items-center justify-between w-full text-white rounded !px-0 py-1 h-auto active:!text-white hover:!text-white hover:underline"
+ className="flex gap-x-2 justify-between w-full text-white rounded !px-0 py-1 h-auto active:!text-white hover:!text-white hover:underline items-end"
65
onClick={ () => {
66
if ( isOffline ) {
67
return;
@@ -70,7 +70,8 @@ function SidebarAuthFooter() {
70
} }
71
>
72
<WordPressLogo />
73
- <div className="text-xs">{ __( 'Log in' ) }</div>
+
74
+ <div className="text-xs text-right">{ __( 'Log in' ) }</div>
75
</Button>
76
</Tooltip>
77
);
0 commit comments