Skip to content

Commit 13a327a

Browse files
authored
banish the evil justify on the root div that gives me pain (#536)
1 parent dc8459e commit 13a327a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

static/extensions/DogeisCut/dogeiscutObject.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
let root = document.createElement('div')
159159
root.style.display = 'flex'
160160
root.style.flexDirection = 'column'
161-
root.style.justifyContent = 'center'
162161

163162
const renderArray = (array) => {
164163
const table = document.createElement('table')

0 commit comments

Comments
 (0)