diff --git a/CHANGELOG.md b/CHANGELOG.md index df00ba3a3..3146e2c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Simplify FileCard and FileTile component styling ([#2011](https://github.com/lbryio/lbry-desktop/pull/2011)) ### Fixed + * Fixed Transactions filter menu collides with transaction table ([#2005](https://github.com/lbryio/lbry-desktop/pull/2005)) * Invite table cutoff with large number of invites ([#1985](https://github.com/lbryio/lbry-desktop/pull/1985)) * History styling on large screens and link issue with claims ([#1999](https://github.com/lbryio/lbry-desktop/pull/1999)) * Satisfy console warnings in publishForm and validation messaging ([#2010](https://github.com/lbryio/lbry-desktop/pull/2010)) + ## [0.25.1] - 2018-09-18 ### Fixed diff --git a/src/renderer/scss/component/_card.scss b/src/renderer/scss/component/_card.scss index c202974ae..61b3093d8 100644 --- a/src/renderer/scss/component/_card.scss +++ b/src/renderer/scss/component/_card.scss @@ -196,9 +196,8 @@ } .card__actions-top-corner { - position: absolute; - top: $spacing-vertical; - right: $spacing-vertical; + display: flex; + justify-content: flex-end; } .card__actions-bottom-corner {