We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8459e commit 13a327aCopy full SHA for 13a327a
1 file changed
static/extensions/DogeisCut/dogeiscutObject.js
@@ -158,7 +158,6 @@
158
let root = document.createElement('div')
159
root.style.display = 'flex'
160
root.style.flexDirection = 'column'
161
- root.style.justifyContent = 'center'
162
163
const renderArray = (array) => {
164
const table = document.createElement('table')
0 commit comments