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) (#944)

* Padding to the cards to avoid MTR to change width

* Format

(cherry picked from commit cb6a8b7)

Co-authored-by: Carlos E. Feria Vila <carlosthe19916@gmail.com>
  • Loading branch information
github-actions[bot] and carlosthe19916 committed Aug 23, 2023
1 parent b50d9b1 commit 5f7c14e
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 5f7c14e

Please sign in to comment.