Browse Source

Make sure long project names don't break layout.

pull/358/head
Pēteris Caune 5 years ago
parent
commit
a1791ea404
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      static/css/projects.css

+ 3
- 0
static/css/projects.css View File

@ -20,6 +20,9 @@
#project-selector .project h4 {
font-weight: bold;
margin-top: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#project-selector .project.selected {


Loading…
Cancel
Save