Skip to content

Commit

Permalink
Inbox UI carousels facebook break the UI (#2222)
Browse files Browse the repository at this point in the history
* fix scroll

* unnecessary space

* bump version
  • Loading branch information
AitorAlgorta committed Jul 28, 2021
1 parent b14a691 commit 31e1b95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.27.1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
border-top-left-radius: 8px;
border-top-right-radius: 8px;
position: relative;
overflow-x: hidden;
}

.emptyState {
Expand Down
1 change: 1 addition & 0 deletions frontend/ui/src/pages/Inbox/Messenger/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
border-radius: 10px;
align-items: stretch;
margin: 88px 1.5em 0 16px;
overflow-x: hidden;
}

.leftPanel {
Expand Down

0 comments on commit 31e1b95

Please sign in to comment.