Skip to content

Commit cb6a8b7

Browse files
fix: Add Padding to the cards to avoid MTR cards to change width while selecting camel (#943)
* Padding to the cards to avoid MTR to change width * Format
1 parent c80719a commit cb6a8b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ui-pf4/src/main/webapp/src/components/transformation-path/transformation-path.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ export const TransformationPath: React.FC<TransformationPathProps> = ({
4646
</TextContent>
4747
</StackItem>
4848
<StackItem
49-
// style={{
50-
// margin: "0px -25px",
51-
// padding: "15px 15px",
52-
// }}
49+
style={{
50+
// margin: "0px -25px",
51+
padding: "5px 5px",
52+
}}
5353
>
5454
<SelectCardGallery
5555
value={selectedTargets}

0 commit comments

Comments
 (0)