Skip to content

Commit

Permalink
Getting error messages to show up on the interactive debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 12, 2016
1 parent 6d0b576 commit 74975a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions caravel/assets/stylesheets/caravel.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ body {
margin: 0px !important;
}

.alert.alert-danger>.debugger {
color: red;
}

.modal-dialog {
z-index: 1100;
}
Expand Down

0 comments on commit 74975a1

Please sign in to comment.