mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-18 15:33:10 +00:00
Fix alignment of suggestions on overflow
This commit is contained in:
@@ -142,6 +142,7 @@ Source:
|
|||||||
entry.appendChild(a);
|
entry.appendChild(a);
|
||||||
|
|
||||||
const title = document.createElement('span');
|
const title = document.createElement('span');
|
||||||
|
title.classList.add('text-start');
|
||||||
title.textContent = doc.title;
|
title.textContent = doc.title;
|
||||||
title.classList.add("suggestion__title");
|
title.classList.add("suggestion__title");
|
||||||
a.appendChild(title);
|
a.appendChild(title);
|
||||||
|
Reference in New Issue
Block a user