Skip to content

Commit

Permalink
fix scroll padding PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Aug 6, 2024
1 parent 09a829b commit 99f5ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/metadata/styles/metadata.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

.pipeline-metadata__label,
.pipeline-metadata__row {
margin: 2.285em 36px;
margin: auto 36px 2.285em;
}

.pipeline-metadata__header {
Expand Down Expand Up @@ -236,7 +236,7 @@ $list-inline-spacing: 0.2em;
.pipeline-metadata__properties {
flex-grow: 1;
height: 0;
margin-top: -3em;
margin-top: auto;
overflow-y: auto;
}

Expand Down

0 comments on commit 99f5ed0

Please sign in to comment.