Skip to content

Commit

Permalink
Add missing hide class to setup CSS
Browse files Browse the repository at this point in the history
Fixes #13568

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Aug 16, 2017
1 parent 1ad2bc5 commit 07a36c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -606,3 +606,6 @@ a.btn:hover, a.btn:active {
background: #E6F5FF;
color: #004C96;
}
.hide {
display: none;
}

0 comments on commit 07a36c9

Please sign in to comment.