Skip to content

AWS AppSync Comment Formating by whitespace

Screenshot of AWS AppSync Comment Formating

Details

Authorwhitespace

LicenseNo License

Categoryaws.amazon

Created

Updated

Size598 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Due to a bug in AppSync comments with more than one line are displayed as <h1> in the doc explorer

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           AWS AppSync Comment Formating
@namespace      github.com/whytspace
@version        1.0.4
@description    Due to a bug in AppSync comments with more than one line are displayed as <h1> in the doc explorer
@author         WhytspaceWhytspace
==/UserStyle== */

@-moz-document regexp(".*\\.console\\.aws\\.amazon\\.com\\/appsync\\/.*") {
    .graphiql-container .field-short-description > * {
        all: unset;
        display: block;
        margin-top: 0.25rem;
    }
    .graphiql-container .field-short-description > *:first-child {
        margin-top: 0;
    }
}

Reviews

No reviews yet.