Skip to content

Commit

Permalink
chore: fix box frontend styling (#2919)
Browse files Browse the repository at this point in the history
"wrap" the method buttons around instead of going horizontal
indefinitely!

<img width="1323" alt="image"
src="https://github.com/AztecProtocol/aztec-packages/assets/142251406/24032ba6-33e9-43b1-8b82-21174b6e7576">
  • Loading branch information
dan-aztec authored Oct 18, 2023
1 parent 0df166c commit 7e9e8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/boxes/token/src/app/contract.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
}

.tag {
Expand Down

0 comments on commit 7e9e8cc

Please sign in to comment.