Skip to content

Commit

Permalink
#131 Add CSS style to hide empty short reports on observable details …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
nadouani committed Jun 23, 2017
1 parent 57cbb3d commit 0984f49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,3 +503,7 @@ footer.main-footer {
footer .footer-logo {
height: 40px;
}

report:empty {
display: none;
}

0 comments on commit 0984f49

Please sign in to comment.