Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductComponentGeneral.scss
1 .vsp-components-general {
2   .general-data {
3     .one-line-textarea {
4       height: 30px;
5     }
6     .multi-line-textarea {
7       height: calc(100% - 25px);
8       textarea {
9         height: inherit;
10       }
11     }
12   }
13 }