From 133829617dc2c748afb33c161126980117ec856d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 27 Sep 2018 17:48:01 -0400 Subject: [PATCH 1/2] remove position: 'releative' from .card css class --- src/renderer/scss/component/_card.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/scss/component/_card.scss b/src/renderer/scss/component/_card.scss index c8fcf54b2..e53123ab4 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); } From d2cbaf5506a10870d8573d09c0d0f2eb80f5eeea Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 27 Sep 2018 17:49:06 -0400 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed1baa00..bc69a40bb 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