forked from GithubBackups/healthchecks
Make sure long project names don't break layout.
This commit is contained in:
parent
56bb49f1f3
commit
a1791ea404
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user