Element ui el-select options word wrap Element ui el-select options word wrap vue.js vue.js

Element ui el-select options word wrap


Here's the CSS I used to accomplish this:

.el-select-dropdown__item {  width: 350px;  white-space: normal;  overflow: unset;  height: auto;  line-height: normal;  padding-top: 10;  padding-bottom: 10;}