Radio in the small screen option content overflow does not wrap, how to solve, ask for help

problem description

radio has the option that the content overflows but does not wrap on the small screen. How to solve this problem, ask the Great God for help

the environmental background of the problems and what methods you have tried

the data looped out, but the option does not wrap under the small screen and directly overflows. Try using the css attribute word-wrap: break-word;word-break: break-all; also cannot

related codes

/ / Please paste the code text below (do not replace the code with a picture)
html section
< div Vaci for = "(item,index) in question.xt": key= "index" >

<div class="font-110">{{index+1}}{{item.title}}</div>
    <div v-for="(itm,idx) in item.xx" :key="idx">
        <div v-if="item.option===1">
            <el-radio-group v-model="form.wjdc[item.id]" class="wrap">
                <el-radio :label="itm.id">{{itm.title}}</el-radio>
            </el-radio-group>
        </div>
        <div v-else-if="item.option===2">
            <el-checkbox-group v-model="form.wjdc[item.id]" class="wrap">
                <el-checkbox :label="itm.id">{{itm.title}}</el-checkbox>
            </el-checkbox-group>
        </div>
      </div>
</div>

< / div >

effect

clipboard.png

what result do you expect? What is the error message actually seen?

want the option to wrap automatically beyond the width

Apr.15,2022

has been resolved. At present, the method used is to wrap the line in width: 100%: ellipsis;white-space: normal; under the small screen.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b04c-2afa2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b04c-2afa2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?