fix error alert padding

This commit is contained in:
Gered 2014-03-30 17:22:59 -04:00
parent f267470892
commit 0d733381d5

View file

@ -22,4 +22,8 @@ html, body {
.htmlOutputContainer pre {
overflow-x: scroll;
word-wrap: normal;
}
#toolsContainer .panel-body .alert {
margin-bottom: auto;
}