Skip to content

Commit

Permalink
CSS: "alert" is missing "margin-top"
Browse files Browse the repository at this point in the history
Closes jupyter#1390.
  • Loading branch information
mgeier committed Apr 27, 2016
1 parent 7752e15 commit c6c709a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notebook/static/notebook/less/renderedhtml.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@
max-width: none;
}
}

// Override bootstrap settings, see #1390
.alert {margin-bottom: initial;}
* + .alert {margin-top: 1em;}
}

0 comments on commit c6c709a

Please sign in to comment.