add bottom pad to explorer page
This commit is contained in:
parent
7f644019a8
commit
09398dc8c2
|
@ -119,3 +119,5 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
||||||
|
<div class="explorer-pad-bottom"></div>
|
||||||
|
|
|
@ -132,3 +132,7 @@
|
||||||
.query-list, .query-create, .query-edit, .query-results, .query-params, .https-warning {
|
.query-list, .query-create, .query-edit, .query-results, .query-params, .https-warning {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.explorer-pad-bottom {
|
||||||
|
margin-bottom: 200px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue