Skip to content

Commit

Permalink
fix: fix height of steps (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Dec 5, 2024
1 parent 9682965 commit 22909d8
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 109 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,7 @@
"ts-jest": "21.x",
"typescript": "5.0.4",
"url-search-params-polyfill": "2.x",
"victory-core": "^37.1.1",
"victory-scatter": "^37.1.1",
"victory-pie": "^37.1.1",
"victory-stack": "^37.1.1",
"victory-legend": "^37.1.1",
"victory-line": "^37.1.1",
"victory-group": "^37.1.1",
"victory-voronoi-container": "^37.1.1",
"victory-create-container": "^37.1.1",
"victory-cursor-container": "^37.1.1",
"victory-tooltip": "^37.1.1",
"victory-bar": "^37.1.1"
"victory": "37.3.2"
},
"resolutions": {
"chromedriver": "^104"
Expand Down
4 changes: 4 additions & 0 deletions packages/module/src/controller/QuickStartContent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
.pf-v6-c-code-block, .pf-v6-c-alert, .pf-v6-c-accordion {
margin-block-end: var(--pf-v6-c-content--MarginBlockEnd);
}

.pf-v6-c-wizard {
height: initial;
}
}
Loading

0 comments on commit 22909d8

Please sign in to comment.