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 2ead20e commit fe0a11bCopy full SHA for fe0a11b
src/Shared/Components/LoginBanner/LoginBanner.tsx
@@ -116,7 +116,7 @@ const LoginBanner = () => {
116
return (
117
<div className="flexbox-col br-12 border__primary dc__position-rel dc__overflow-hidden bg__primary">
118
<div className="flexbox-col flex-grow-1 pt-32 pl-32 dc__content-space">
119
- <div className="flex h-36 w-130 dc__fill-available-space">
+ <div className="flex h-36 w-130 dc__fill-available-space dc__zi-2">
120
<Icon name="ic-devtron-header-logo" color="N900" />
121
</div>
122
<AnimatedBackground />
0 commit comments