Skip to content

Fix broken step navigation buttons - #1360

Open
lkiesow wants to merge 1 commit into
opencast:developfrom
lkiesow:fix-step-button-styles
Open

Fix broken step navigation buttons#1360
lkiesow wants to merge 1 commit into
opencast:developfrom
lkiesow:fix-step-button-styles

Conversation

@lkiesow

@lkiesow lkiesow commented Sep 1, 2026

Copy link
Copy Markdown
Member

Spreading the result of css(…) into the surrounding style object adds a styles key, which makes emotion treat the whole object as already serialized and drop every other property. So the buttons only kept their padding-right. Use a plain style object again.

Fixes #1358
Regression introduced by 1f99aaa

Spreading the result of `css(…)` into the surrounding style object adds a
`styles` key, which makes emotion treat the whole object as already
serialized and drop every other property. So the buttons only kept their
`padding-right`. Use a plain style object again.

Fixes opencast#1358
Regression introduced by 1f99aaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recent update broke the Next/Back-Buttons

1 participant