do not restrict li tags within the process model search combobox the same way we do other items

This commit is contained in:
jasquat 2023-12-21 09:33:03 -05:00
parent 0bb4040395
commit 6b9bfc4ee6
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,7 @@ export default function ProcessModelSearch({
placeholder="Choose a process model"
titleText={titleText}
selectedItem={selectedItem}
className="process-model-search-combobox"
/>
);
}

View File

@ -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;