diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed1baa00a5..bc69a40bb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Make tooltip smarter ([#1979](https://github.com/lbryio/lbry-desktop/pull/1979)) ### Fixed +* Invite table cutoff with large number of invites ([#1985](https://github.com/lbryio/lbry-desktop/pull/1985)) ## [0.25.1] - 2018-09-18 diff --git a/src/renderer/scss/component/_card.scss b/src/renderer/scss/component/_card.scss index c8fcf54b204..e53123ab404 100644 --- a/src/renderer/scss/component/_card.scss +++ b/src/renderer/scss/component/_card.scss @@ -4,7 +4,6 @@ border-radius: var(--card-radius); user-select: text; display: flex; - position: relative; flex-direction: column; max-width: var(--card-max-width); }