Skip to content

Commit

Permalink
fix: Add Padding to the cards to avoid MTR cards to change width whil…
Browse files Browse the repository at this point in the history
…e selecting camel (#943)

* Padding to the cards to avoid MTR to change width

* Format
  • Loading branch information
carlosthe19916 committed Aug 23, 2023
1 parent c80719a commit cb6a8b7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export const TransformationPath: React.FC<TransformationPathProps> = ({
</TextContent>
</StackItem>
<StackItem
// style={{
// margin: "0px -25px",
// padding: "15px 15px",
// }}
style={{
// margin: "0px -25px",
padding: "5px 5px",
}}
>
<SelectCardGallery
value={selectedTargets}
Expand Down

0 comments on commit cb6a8b7

Please sign in to comment.