diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md index 6e0e8ebf9a..9e7b7b447b 100644 --- a/explorer/CHANGELOG.md +++ b/explorer/CHANGELOG.md @@ -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 @@ -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 diff --git a/explorer/src/lib/components/detail-list/DetailList.css b/explorer/src/lib/components/detail-list/DetailList.css index d5f392b057..6f42142f00 100644 --- a/explorer/src/lib/components/detail-list/DetailList.css +++ b/explorer/src/lib/components/detail-list/DetailList.css @@ -4,4 +4,5 @@ font-size: 0.75rem; column-gap: 1.125rem; padding-bottom: 0.625rem; + align-items: baseline; }