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