summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductComponentGeneral.scss
blob: d31c7f0b920a7471e7ccf2dbdea50aaae9cc6dc2 (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;
      }
    }
  }
}