Browse Source
Make sure long project names don't break layout.
pull/358/head
Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
3 additions and
0 deletions
-
static/css/projects.css
|
@ -20,6 +20,9 @@ |
|
|
#project-selector .project h4 { |
|
|
#project-selector .project h4 { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
margin-top: 0; |
|
|
margin-top: 0; |
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
text-overflow: ellipsis; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#project-selector .project.selected { |
|
|
#project-selector .project.selected { |
|
|