Skip to content

Commit 3ee7d27

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3c6dd49 commit 3ee7d27

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/outline/manager.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ export default function (context) {
173173
const td = dom.createElement('td')
174174
td.classList.add('obj')
175175
td.setAttribute('notSelectable', 'false')
176-
td.style.margin = '0.2em'
177-
td.style.border = 'none'
178-
td.style.padding = '0'
179-
td.style.verticalAlign = 'top'
180176
const theClass = 'obj'
181177

182178
// set about and put 'expand' icon

0 commit comments

Comments
 (0)