Skip to content

Commit

Permalink
SAK-50179 Lessons fix checklist wrapping for long items (#12988)
Browse files Browse the repository at this point in the history
(cherry picked from commit 866c684)
  • Loading branch information
ottenhoff authored and ern committed Nov 5, 2024
1 parent aaaa27e commit f461ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lessonbuilder/tool/src/webapp/templates/ShowPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2906,9 +2906,9 @@ <h3 class="checklistTitle" rsf:id="checklistTitle"></h3><span rsf:id="item-group
<form action="#" rsf:id="checklistItemForm" class="checklistItemForm">
<div id="checklistItemsDiv" rsf:id="checklistItemsDiv">
<span rsf:id="checklist-span" />
<div rsf:id="select-checklistitem-list:">
<input type="checkbox" rsf:id="select-checklistitem" />
<label class="checklistLabel" rsf:id="select-checklistitem-name"></label>
<div rsf:id="select-checklistitem-list:" class="form-check">
<input class="form-check-input" type="checkbox" rsf:id="select-checklistitem" />
<label class="form-check-label" rsf:id="select-checklistitem-name"></label>
<span class="tooltip-content" rsf:id="select-checklistitem-linked-details"></span>
<span class="fa fa-link" aria-hidden="true" rsf:id="linked-checklistitem-linked-icon"></span>
<span class="fa fa-chain-broken" aria-hidden="true" rsf:id="linked-checklistitem-broken-link-icon"></span>
Expand Down

0 comments on commit f461ccd

Please sign in to comment.