Skip to content

Commit

Permalink
Fix MID-8958 selected items overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tchrapovic committed Sep 6, 2023
1 parent 574abc2 commit 5181743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span>
<wicket:message key="SelectObjectClassesStepPanel.selectedItem"/>
</span>
<div class="d-inline-flex">
<div class="d-inline-flex gap-2 flex-wrap">
<wicket:container wicket:id="selectedItemContainer">
<div class="btn-sm btn-primary d-flex" style="cursor: auto;">
<div wicket:id="selectedItem"/>
Expand Down

0 comments on commit 5181743

Please sign in to comment.