Merge pull request #186 from nextcloud/fix-sharing-icon

Hotfix for user/group icons on sharing list
This commit is contained in:
Artem Anufrij
2017-06-11 00:07:48 +02:00
committed by GitHub

View File

@@ -902,6 +902,10 @@ button.button-inline:hover {
width:100% !important;
}
.select2-result-label span {
display: flex;
}
/**
* Mobile optimizations
*/