Skip to content

Commit

Permalink
Merge pull request #10944 from nextcloud/content-list-overflow-fix
Browse files Browse the repository at this point in the history
Fix overflow x scroll on app content list
  • Loading branch information
rullzer authored Aug 31, 2018
2 parents f4ffa17 + 27f14cf commit 3693d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1078,10 +1078,10 @@ $popovericon-size: 16px;
order: 4;
width: 24px;
height: 24px;
margin: -10px;
margin: -7px; // right padding of item
padding: 22px;
opacity: .3;
cursor: pointer;
cursor: pointer;
&:hover,
&:focus {
opacity: .7;
Expand Down Expand Up @@ -1196,7 +1196,7 @@ $popovericon-size: 16px;
opacity: .5;
order: 3;
flex: 1 0;
flex-basis: calc(100% - 24px);
flex-basis: calc(100% - 44px);
}

.app-content-list-item-details {
Expand Down

0 comments on commit 3693d95

Please sign in to comment.