We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a2909 commit 75b671eCopy full SHA for 75b671e
app/src/config/bazaar.ts
@@ -1137,6 +1137,6 @@ type="checkbox">
1137
html += item.outerHTML;
1138
});
1139
}
1140
- element.innerHTML = `<div class="b3-cards">${html || `<ul class="b3-list b3-list--background"><li class="b3-list--empty">${window.siyuan.languages.emptyContent}</li></ul>`}</div>`;
+ element.innerHTML = `<div class="b3-cards${html ? "" : " b3-cards--nowrap"}">${html || `<ul class="b3-list b3-list--background"><li class="b3-list--empty">${window.siyuan.languages.emptyContent}</li></ul>`}</div>`;
1141
1142
};
0 commit comments