do not restrict li tags within the process model search combobox the same way we do other items
This commit is contained in:
parent
0bb4040395
commit
6b9bfc4ee6
|
@ -79,6 +79,7 @@ export default function ProcessModelSearch({
|
|||
placeholder="Choose a process model"
|
||||
titleText={titleText}
|
||||
selectedItem={selectedItem}
|
||||
className="process-model-search-combobox"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -804,6 +804,10 @@ li.cds--accordion__item {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.process-model-search-combobox li{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
div.markdown {
|
||||
padding: 15px 0 15px 0;
|
||||
overflow: visible;
|
||||
|
|
Loading…
Reference in New Issue