commit
4522346f4d
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue