king
2021-08-01 55a1b8402fd258da084df9b8a3935eef8450247c
1
2
3
4
5
6
7
8
9
10
.mob-menu-form {
  .ant-form-item.textarea {
    .ant-form-item-label {
      width: 16%;
    }
    .ant-form-item-control-wrapper {
      width: 84%;
    }
  }
}