Label text is wrapped but not indent second line

后端 未结 4 1877
时光取名叫无心
时光取名叫无心 2020-11-30 15:23

I have a form with limited width, however the label text maybe longer than form width, so the text was wrapped to multiple lines. My problem is that first line is indented b

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-30 15:31

    Something like this.

    .checkbox-field {
        display: flex;
        flex-direction: row;
    }

提交回复
热议问题