fix error alert padding
This commit is contained in:
parent
f267470892
commit
0d733381d5
|
@ -22,4 +22,8 @@ html, body {
|
|||
.htmlOutputContainer pre {
|
||||
overflow-x: scroll;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
#toolsContainer .panel-body .alert {
|
||||
margin-bottom: auto;
|
||||
}
|
Reference in a new issue