Merge pull request #2005 from ykris45/patch-2
Fix Transaction menu colides [#2000]
This commit is contained in:
commit
352363056c
2 changed files with 4 additions and 3 deletions
|
@ -15,11 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
* Simplify FileCard and FileTile component styling ([#2011](https://github.com/lbryio/lbry-desktop/pull/2011))
|
||||
|
||||
### Fixed
|
||||
* Fixed Transactions filter menu collides with transaction table ([#2005](https://github.com/lbryio/lbry-desktop/pull/2005))
|
||||
* Invite table cutoff with large number of invites ([#1985](https://github.com/lbryio/lbry-desktop/pull/1985))
|
||||
* History styling on large screens and link issue with claims ([#1999](https://github.com/lbryio/lbry-desktop/pull/1999))
|
||||
* Satisfy console warnings in publishForm and validation messaging ([#2010](https://github.com/lbryio/lbry-desktop/pull/2010))
|
||||
|
||||
|
||||
|
||||
## [0.25.1] - 2018-09-18
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -196,9 +196,8 @@
|
|||
}
|
||||
|
||||
.card__actions-top-corner {
|
||||
position: absolute;
|
||||
top: $spacing-vertical;
|
||||
right: $spacing-vertical;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.card__actions-bottom-corner {
|
||||
|
|
Loading…
Reference in a new issue