fix error alert padding

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

View file

@ -23,3 +23,7 @@ html, body {
overflow-x: scroll;
word-wrap: normal;
}
#toolsContainer .panel-body .alert {
margin-bottom: auto;
}