The layout of the "Show all questions from this user" page is broken #1436
Labels
bug
Issues containing bug reports
good first issue
First tasks that can be approached without much knowledge of the project
Steps to reproduce the problem
Expected behaviour
The layout of the page looks normal.
Actual behaviour
The header bar containing the anonymous identifier is rendered twice.
Detailed description
This happened in #1404 with the adjustment of the Question page layout, the removal of the
.question--fixed
class is causing this.To fix this, adjust the layout of https://github.com/Retrospring/retrospring/blob/main/app/views/moderation/questions/show.html.haml to follow the one in https://github.com/Retrospring/retrospring/blob/main/app/views/question/show.html.haml
Specifications
Retrospring 2023.1028.1
The text was updated successfully, but these errors were encountered: