17 lines
324 B
CSS
17 lines
324 B
CSS
.chosen-choices .search-choice {
|
|
max-width: 148px;
|
|
}
|
|
|
|
.chosen-choices .search-choice span {
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
white-space: pre-wrap !important;
|
|
}
|
|
|
|
.generateExit {
|
|
border: 1px solid #8B2323;
|
|
color: #ca4241;
|
|
margin: 3px 1px !important;
|
|
width: 100px !important;
|
|
}
|