Skip to content

Commit

Permalink
fix(src/components/BaseCar/index) Removemos comentarios @Andressa-Limas
Browse files Browse the repository at this point in the history
  • Loading branch information
Andressa-Limas committed Oct 28, 2024
1 parent bfcfc68 commit 1dd45e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BaseCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const cardStyles = {
}

const cardActionsStyle = {
paddingBottom: 2, // Diminui o espaçamento inferior
paddingBottom: 2,
paddingLeft: 2,
height: 'auto', // Remove a altura fixa para ajustar melhor ao conteúdo
height: 'auto',
justifyContent: 'left',
};

Expand Down

0 comments on commit 1dd45e2

Please sign in to comment.