Skip to content

Commit

Permalink
fix: borda da div parent estava ultrapassando limite
Browse files Browse the repository at this point in the history
  • Loading branch information
artursanntos committed Oct 1, 2023
1 parent 76f1451 commit 8ca0314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NewIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function NewIndicator() {

</div>

<div className="flex justify-center items-center bg-white">
<div className="flex justify-center items-center bg-white rounded-17">

<div className="flex flex-col justify-center items-center border rounded-17 border-cinza-300 gap-4 w-[34rem] h-[26.5rem]">
<img className="ml-4" src="https://cdn.discordapp.com/attachments/1130244004710195333/1157410547474632744/indicadornovo.png?ex=65188212&is=65173092&hm=0bf52d75be02f5fb12ae781ebee69b357443876afa795638742ff3d334653699&" alt="concluido" />
Expand Down

0 comments on commit 8ca0314

Please sign in to comment.