Merge pull request #10944 from nextcloud/content-list-overflow-fix

Fix overflow x scroll on app content list
This commit is contained in:
Roeland Jago Douma 2018-08-31 14:19:06 +02:00 committed by GitHub
commit 3693d9568e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
@ -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 {