mirror of https://gitlab.crans.org/bde/nk20
Fix dynamic list layout
This commit is contained in:
parent
64499b65bb
commit
5c3cc607e8
|
@ -86,7 +86,7 @@ function getMatchedNotes(pattern, fun) {
|
|||
* Generate a <li> entry with a given id and text
|
||||
*/
|
||||
function li(id, text, extra_css) {
|
||||
return "<li class=\"list-group-item p-1 text-truncate " + extra_css + "\"" +
|
||||
return "<li class=\"list-group-item py-1 px-2 d-flex justify-content-between align-items-center text-truncate " + extra_css + "\"" +
|
||||
" id=\"" + id + "\">" + text + "</li>\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue