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 18b346f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update Statistics Panel labels for clarity [#2034]
- Update font-display to swap for custom fonts to improve performance [#2025]

### Fixed

- Fix list items alignment on mobile [#2056]

## [0.1.0] - 2024-07-24

### Added
Expand All @@ -34,6 +38,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 18b346f

Please sign in to comment.