fix transaction filter collision
This commit is contained in:
parent
36d3235a5f
commit
334c278e4f
2 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|||
|
||||
### Fixed
|
||||
* Invite table cutoff with large number of invites ([#1985](https://github.com/lbryio/lbry-desktop/pull/1985))
|
||||
* Fixed Transactions filter menu collides with transaction table ([#2005](https://github.com/lbryio/lbry-desktop/pull/2005))
|
||||
|
||||
|
||||
## [0.25.1] - 2018-09-18
|
||||
|
|
|
@ -290,9 +290,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