Skip to content

Commit 22909d8

Browse files
authored
fix: fix height of steps (#354)
1 parent 9682965 commit 22909d8

File tree

3 files changed

+240
-109
lines changed

3 files changed

+240
-109
lines changed

Diff for: package.json

+1-12
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,7 @@
6161
"ts-jest": "21.x",
6262
"typescript": "5.0.4",
6363
"url-search-params-polyfill": "2.x",
64-
"victory-core": "^37.1.1",
65-
"victory-scatter": "^37.1.1",
66-
"victory-pie": "^37.1.1",
67-
"victory-stack": "^37.1.1",
68-
"victory-legend": "^37.1.1",
69-
"victory-line": "^37.1.1",
70-
"victory-group": "^37.1.1",
71-
"victory-voronoi-container": "^37.1.1",
72-
"victory-create-container": "^37.1.1",
73-
"victory-cursor-container": "^37.1.1",
74-
"victory-tooltip": "^37.1.1",
75-
"victory-bar": "^37.1.1"
64+
"victory": "37.3.2"
7665
},
7766
"resolutions": {
7867
"chromedriver": "^104"

Diff for: packages/module/src/controller/QuickStartContent.scss

+4
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
.pf-v6-c-code-block, .pf-v6-c-alert, .pf-v6-c-accordion {
66
margin-block-end: var(--pf-v6-c-content--MarginBlockEnd);
77
}
8+
9+
.pf-v6-c-wizard {
10+
height: initial;
11+
}
812
}

0 commit comments

Comments
 (0)