Skip to content

Commit 9d63802

Browse files
committed
fix: height issue in artifact info modal
1 parent 78574e5 commit 9d63802

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.94-beta-1",
3+
"version": "0.0.94-beta-3",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const ArtifactInfoModal = ({
8282
<ICClose className="icon-dim-24 icon-use-fill-n6" />
8383
</button>
8484
</div>
85-
<div className="m-lr-0 flexbox trigger-modal-body-height dc__overflow-scroll pb-12 dc__window-bg">
85+
<div className="flexbox-col flex-grow-1 dc__overflow-scroll dc__window-bg h-100">
8686
<APIResponseHandler
8787
isLoading={isInfoLoading}
8888
progressingProps={{

0 commit comments

Comments
 (0)