Fix entry button alignment

This commit is contained in:
Phillip Kühne 2023-03-30 03:25:02 +02:00
parent 6d9541f0bd
commit d56eb609b9
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -46,7 +46,7 @@
var items = [];
$.each(data, function (key, val) {
items.push("<tr><td>" + val[0] + `</td>
<td><button type='button'
<td class='buttoncell'><button type='button'
class='btn btn-primary justify-content-center align-content-between enqueueButton'
data-toggle='modal'
data-target='#enqueueModal' onclick='setSelectedId(`+ val[1] + `)'><i