Tucker McKnight
Fix overflow issue with text commit hash Also make them scroll so that users can see the full text if they need to, instead of using overflow: hidden.
26
<span class='clone overflow-hidden input-group-text'>${url || window.cloneUrl}</span>
26
<span class='clone overflow-scroll input-group-text'>${url || window.cloneUrl}</span>
11 12
<div class="input-group mb-2">
<span class="font-monospace input-group-text border-info text-white text-bg-dark">${data.patchInfo.commit.hash}</span>
11 12
<div class="input-group mb-2 flex-nowrap">
<span class="font-monospace input-group-text border-info text-white text-bg-dark overflow-scroll">${data.patchInfo.commit.hash}</span>