param-values.component.scss 654 bytes
:host {
    display: block;
    margin-top: 14px;
    mat-form-field {
        width: calc(100% - 16px);
        margin-right: 16px;
        ::ng-deep input.mat-input-element {
            line-height: 1.3em;
            width: calc(100% - 40px);
            text-overflow: ellipsis;
        .param-values-more {
            position: absolute;
            bottom: 0;
            right: 0;
        ::ng-deep .mat-form-field-label {
            font-size: 1.1em;
            line-height: 1.4em;
            margin-top: -2px;
            &.mat-form-field-empty {
                font-size: 1em;