Skip to content

Commit

Permalink
[FIX] Horizontal scroll on user info tab (#12102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rssilva authored and sampaiodiego committed Sep 26, 2018
1 parent 35728d6 commit 939349d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
position: relative;

display: flex;

overflow: auto;

flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@

&-action {
display: flex;
overflow: hidden;

margin-bottom: var(--default-padding);
justify-content: center;
Expand Down

0 comments on commit 939349d

Please sign in to comment.