mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Fix entry button alignment
This commit is contained in:
parent
6d9541f0bd
commit
d56eb609b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user