summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.scss
blob: ed2945d1d5653226eb3fa0176e283da9121c21a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.form-component-badge {
  display: block;
  height: 34px;

  span {
    margin-top: 7px;
  }
}

.resize-vertical {
  resize: vertical;
}