Skip to content

Commit

Permalink
Merge branch 'master' into ab-fix-small-skips-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov authored Nov 7, 2019
2 parents f385a1b + f819344 commit 2b0f294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Fixes
- [#2843](https://github.com/poanetwork/blockscout/pull/2843) - fix realtime fetcher small skips feature
- [#2841](https://github.com/poanetwork/blockscout/pull/2841) - LUKSO dashboard height fix
- [#2837](https://github.com/poanetwork/blockscout/pull/2837) - fix txlist ordering issue
- [#2830](https://github.com/poanetwork/blockscout/pull/2830) - Fix wrong color of contract icon on xDai chain
- [#2829](https://github.com/poanetwork/blockscout/pull/2829) - Fix for stuck gas limit label and value
Expand Down
3 changes: 3 additions & 0 deletions apps/block_scout_web/assets/css/theme/_lukso_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ $dashboard-banner-network-stats-static-image: "/images/lukso_dashboard_image.png
$dashboard-banner-network-plain-container-height: 150px;

.layout-container {
.dashboard-banner-container {
height: auto !important;
}
.dashboard-banner-container::after {
display: none;
}
Expand Down

0 comments on commit 2b0f294

Please sign in to comment.