Update _card.scss #1985

Merged
ykris45 merged 2 commits from patch-2 into master 2018-10-01 04:45:32 +02:00
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))
### Fixed
* Invite table cutoff with large number of invites ([#1985](https://github.com/lbryio/lbry-desktop/pull/1985))
## [0.25.1] - 2018-09-18

View file

@ -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);
}