webview-ui/src/AutomatedDeployments/AutomatedDeployments.module.css [1:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.wrapper {
    width: 32rem;
}

.inputContainer {
    display: grid;
    grid-template-columns: 14rem auto;
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.inputContainer .label {
    grid-column: 1 / 2;
    margin: 0.2rem 0;
}

.inputContainer .control {
    grid-column: 2 / 3;
    margin: 0.2rem 0;
    width: 20rem;
}

.inputContainer .controlSupplement {
    grid-column: 2 / 3;
    margin-top: -0.7rem; /* grid row gap + control border */
    margin-bottom: 0.2rem;
}

.inputContainer .fullWidth {
    grid-column: 1 / 3;
}

.inputContainer .validationMessage {
    grid-column: 2 / 3;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



webview-ui/src/Draft/Draft.module.css [1:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.wrapper {
    width: 32rem;
}

.inputContainer {
    display: grid;
    grid-template-columns: 14rem auto;
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.inputContainer .label {
    grid-column: 1 / 2;
    margin: 0.2rem 0;
}

.inputContainer .control {
    grid-column: 2 / 3;
    margin: 0.2rem 0;
    width: 20rem;
}

.inputContainer .controlSupplement {
    grid-column: 2 / 3;
    margin-top: -0.7rem; /* grid row gap + control border */
    margin-bottom: 0.2rem;
}

.inputContainer .fullWidth {
    grid-column: 1 / 3;
}

.inputContainer .validationMessage {
    grid-column: 2 / 3;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



