Getting error messages to show up on the interactive debugger

This commit is contained in:
Maxime Beauchemin 2016-04-11 21:17:42 -07:00
parent 6d0b5767b3
commit 74975a1606
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ body {
margin: 0px !important;
}
.alert.alert-danger>.debugger {
color: red;
}
.modal-dialog {
z-index: 1100;
}