2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

fix margins

This commit is contained in:
Matthias
2021-11-28 02:44:05 +01:00
parent 539910c594
commit 4125841543

View File

@ -164,7 +164,7 @@ function openNotificationPanel() {
html += '<li class="list-group-item">';
// d-flex justify-content-between align-items-start
html += '<div>';
html += `<span class="badge rounded-pill bg-primary">${item.category}</span><span class="me-1">${item.name}</span>`;
html += `<span class="badge rounded-pill bg-primary">${item.category}</span><span class="ms-2">${item.name}</span>`;
html += '</div>';
if (item.target) {
var link_text = `${item.target.model}: ${item.target.name}`;