Merge pull request #7303 from nextcloud/fix-contact-menu

Fix contacts menu height for Safari
This commit is contained in:
Morris Jobke 2017-11-27 18:30:06 +01:00 committed by GitHub
commit 7d9e475434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1340,6 +1340,7 @@ span.ui-icon {
#contactsmenu-search {
width: calc(100% - 16px);
margin: 8px;
height: 34px;
}
/* ---- TOOLTIPS ---- */