Skip to content
Snippets Groups Projects
Commit 22f76d96 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

ellipsize sharee name to not overlap with

parent 129fdf2e
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,11 @@ table td.filename .nametext .innernametext { ...@@ -61,6 +61,11 @@ table td.filename .nametext .innernametext {
max-width: 50%; max-width: 50%;
} }
/* ellipsis on user names in share sidebar */
#shareWithList .username {
max-width: 80px !important;
}
/* proper notification area for multi line messages */ /* proper notification area for multi line messages */
#notification-container { #notification-container {
display: -webkit-box; display: -webkit-box;
...@@ -82,4 +87,4 @@ table td.filename .nametext .innernametext { ...@@ -82,4 +87,4 @@ table td.filename .nametext .innernametext {
display: block !important; display: block !important;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment