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 9d63802 commit 19a1af8Copy full SHA for 19a1af8
src/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.tsx
@@ -48,7 +48,7 @@ const ArtifactInfoModal = ({
48
49
return (
50
<Drawer position="right" width="800px" onEscape={handleClose}>
51
- <div data-testid="visible-modal-commit-info" className="h-100vh">
+ <div data-testid="visible-modal-commit-info" className="flexbox-col h-100">
52
<div className="flex dc__content-space py-10 px-20 cn-9 bcn-0 dc__border-bottom">
53
<div className="flexbox-col dc__content-center">
54
{isInfoLoading ? (
0 commit comments