Skip to content

Commit

Permalink
Merge pull request #1863 from dusk-network/feature-1790
Browse files Browse the repository at this point in the history
explorer: fix layout issue for latest transactions list
  • Loading branch information
deuch13 authored Jun 18, 2024
2 parents da11457 + 7dedf3b commit df7f8ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/src/lib/components/data-card/DataCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@

.data-card__header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 0.625rem;
padding: 0 1.125rem 1rem;
}

Expand Down

0 comments on commit df7f8ca

Please sign in to comment.