forked from external-repos/pa11y-dashboard
Issue 43 - Stop graph appearing if only one result
This commit is contained in:
@@ -191,6 +191,7 @@
|
||||
text-overflow:ellipsis;
|
||||
overflow:hidden;
|
||||
width:100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.task-stats li {
|
||||
padding:7px 0 6px 0;
|
||||
@@ -298,6 +299,14 @@ ul.date-links {
|
||||
.btn-group > .btn {
|
||||
float:none;
|
||||
}
|
||||
|
||||
&.single-result {
|
||||
margin-top:-55px;
|
||||
|
||||
.show-stats {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Graph */
|
||||
|
Reference in New Issue
Block a user