Skip to content

Commit

Permalink
fix(SERVER): fix styles for ISB cards
Browse files Browse the repository at this point in the history
Signed-off-by: Shakira M <shakira_m@intuit.com>
(cherry picked from commit d4836e9)
  • Loading branch information
Shakira M authored and whynowy committed Nov 3, 2023
1 parent 8bf275b commit fc90920
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,14 @@ export function ISBServiceCard({
<Box
sx={{
display: "flex",
background: "#F9F9F9",
flexDirection: "row",
flexGrow: 1,
padding: "1rem",
paddingTop: "0",
width: "100%",
borderBottomLeftRadius: "1rem",
borderBottomRightRadius: "1rem",
}}
>
<Grid
Expand Down

0 comments on commit fc90920

Please sign in to comment.