Merge pull request #1985 from ykris45/patch-2

Update _card.scss
This commit is contained in:
Sean Yesmunt 2018-09-30 22:45:31 -04:00 committed by GitHub
commit 4522346f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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)) * Make tooltip smarter ([#1979](https://github.com/lbryio/lbry-desktop/pull/1979))
### Fixed ### Fixed
* Invite table cutoff with large number of invites ([#1985](https://github.com/lbryio/lbry-desktop/pull/1985))
## [0.25.1] - 2018-09-18 ## [0.25.1] - 2018-09-18

View file

@ -4,7 +4,6 @@
border-radius: var(--card-radius); border-radius: var(--card-radius);
user-select: text; user-select: text;
display: flex; display: flex;
position: relative;
flex-direction: column; flex-direction: column;
max-width: var(--card-max-width); max-width: var(--card-max-width);
} }