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;
|
||
|
}
|