We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7856f commit 57b360fCopy full SHA for 57b360f
src/Shared/Components/LoginBanner/LoginBanner.tsx
@@ -132,7 +132,7 @@ const LoginBanner = () => {
132
<div className="flexbox-col br-12 border__primary dc__position-rel dc__overflow-hidden bg__primary">
133
<div className="flexbox-col flex-grow-1 dc__content-space">
134
<div className="pl-32 pt-32">
135
- <div className="flex h-36 w-130 dc__fill-available-space dc__zi-2">
+ <div className="flex h-36 w-130 dc__fill-available-space dc__position-abs dc__zi-2">
136
<Icon name="ic-devtron-header-logo" color="N900" />
137
</div>
138
0 commit comments