Files
vault/ui/app/styles/utils/swagger.scss
Jordan Reimer a66bd4ec20 [UI] Display Camelized Operation ID in API Explorer (#29785)
* 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
2025-02-28 22:57:43 +00:00

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