mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-09 07:51:07 +02:00
* update packages * changelog * wip better * clean up * and it works, it always worked we just hid it working :/ * clean up * playing around with adding the queryparam, not working * the fix no queryparams * lets just see how this works out. * maybe this will help * remove copy/pasta * Update ui/lib/open-api-explorer/addon/components/swagger-ui.js Co-authored-by: Jordan Reimer <zofskeez@gmail.com> --------- Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
12 lines
225 B
SCSS
12 lines
225 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
// This file defines the scss for open-api-explorer.
|
|
|
|
/* align list items with container */
|
|
.swagger-ember .swagger-ui .wrapper {
|
|
padding: 0;
|
|
}
|