Merge pull request #1774 from nextcloud/ellipsize-sharee

ellipsize sharee name to not overlap with can edit option on mobile
pull/1785/head
Morris Jobke 2016-10-18 17:03:03 +07:00 committed by GitHub
commit d366b0eff0
1 changed files with 6 additions and 1 deletions

@ -61,6 +61,11 @@ table td.filename .nametext .innernametext {
max-width: 50%;
}
/* ellipsis on user names in share sidebar */
#shareWithList .username {
max-width: 80px !important;
}
/* proper notification area for multi line messages */
#notification-container {
display: -webkit-box;
@ -82,4 +87,4 @@ table td.filename .nametext .innernametext {
display: block !important;
}
}
}