mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
* updates swagger-ui to display camelized operation ids in development * attempt to fix test timing issue * fixes issue stubbing environment in swagger-ui test * adds test for operation ids in production for swagger-ui component
17 lines
318 B
SCSS
17 lines
318 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;
|
|
|
|
.opblock-summary-path-description-wrapper {
|
|
width: min-content;
|
|
flex-grow: 1;
|
|
}
|
|
}
|