Skip to content

Commit

Permalink
Merge pull request #8299 from RocketChat/scroll-admin
Browse files Browse the repository at this point in the history
 [FIX] Amin menu not showing all items & File list breaking line
  • Loading branch information
rodrigok committed Sep 26, 2017
1 parent ab63393 commit 1156ad1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

height: 100%;

flex: 1 1 auto;

&__list {
&:not(:last-child) {
margin-bottom: 32px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
&-light {
position: absolute;

display: flex;

flex-direction: column;

width: 100%;

height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3757,7 +3757,8 @@ body:not(.is-cordova) {
margin-bottom: 10px;
}
}
& a .file-name {

& .file-name {
display: block;

padding: 10px 5px;
Expand Down

0 comments on commit 1156ad1

Please sign in to comment.