Skip to content

Commit

Permalink
chore: css of Min Size reduces to 56px from 100px > assignment operat…
Browse files Browse the repository at this point in the history
…or in task
  • Loading branch information
shivani170 committed Oct 1, 2024
1 parent 7f10c1e commit b785a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ciPipeline/ciPipeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
.condition-container {
display: grid;
grid-row-gap: 8px;
grid-template-columns: 80px 200px 100px auto 30px;
grid-template-columns: 80px 200px 56px auto 30px;
}

.custom-input__port-map {
Expand Down

0 comments on commit b785a21

Please sign in to comment.