aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductComponentGeneral.scss
blob: f50e3423044522e322c27db16a18fb879f004fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.vsp-components-general {
    .general-data {
        .one-line-textarea {
            height: 30px;
        }
        .multi-line-textarea {
            height: calc(100% - 25px);
            textarea {
                height: inherit;
            }
        }
    }
}