Skip to content

Commit

Permalink
explorer: Fix list items alignment on mobile
Browse files Browse the repository at this point in the history
Resolves #2056
  • Loading branch information
ascartabelli committed Aug 8, 2024
1 parent 29df7cc commit 865458c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Fix list items alignment on mobile [#2056]

### Added

- Add accessible name to the gas used progress bar [#2037]
Expand Down Expand Up @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2036]: https://github.com/dusk-network/rusk/issues/2036
[#2037]: https://github.com/dusk-network/rusk/issues/2037
[#2039]: https://github.com/dusk-network/rusk/issues/2039
[#2056]: https://github.com/dusk-network/rusk/issues/2056

<!-- VERSIONS -->

Expand Down
1 change: 1 addition & 0 deletions explorer/src/lib/components/detail-list/DetailList.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
font-size: 0.75rem;
column-gap: 1.125rem;
padding-bottom: 0.625rem;
align-items: baseline;
}

0 comments on commit 865458c

Please sign in to comment.