Skip to content

Commit 8a0cf9a

Browse files
authored
Merge pull request #6 from oliver-sanders/re-centre-screenshots
re-centre screenshots
2 parents 3211c0a + 7d67919 commit 8a0cf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/component/specs/cylc-icons.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const TaskComponent = defineComponent({
4545
render () {
4646
return h(
4747
'span',
48-
{ style: 'font-size: 200px; margin: 100px;' },
48+
{ style: 'font-size: 200px; margin-left: 100px; margin-top: 50px; display: inline-block' },
4949
[
5050
h(Task, this.$attrs)
5151
]
@@ -139,7 +139,7 @@ describe('Task component', () => {
139139
{
140140
overwrite: true,
141141
disableTimersAndAnimations: false,
142-
padding: [10, 5, 5, 10]
142+
padding: [10, 10, 15, 10]
143143
}
144144
)
145145
}

0 commit comments

Comments
 (0)