You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On smaller screens, the clickable tabs in the Create page cannot be selected due to responsive design issue.
To Reproduce
Steps to reproduce the behaviour:
Open the application in a web browser and adjust the window size to emulate a smaller screen or use the device toolbar in developer tools to emulate a mobile device.
Go to Create Page
Notice that the tabs are out of the screen
Expected behaviour
The application should be responsive, and elements should adjust correctly to accommodate smaller screen sizes.
Actual behaviour
Elements are not adjust correctly to accommodate smaller screen sizes.
Suggested Solution
This problem likely lies within the CSS or UI framework used for styling the tabs. We should review the styling rules for these elements and ensure they are responsive.
Screenshots
Environment
OS: macOS Ventura 13.2.1
Browser: Chrome 115.0.5790.114
Node.js version: v16.17.1
The text was updated successfully, but these errors were encountered:
Describe the bug
On smaller screens, the clickable tabs in the
Create
page cannot be selected due to responsive design issue.To Reproduce
Steps to reproduce the behaviour:
Create
PageExpected behaviour
The application should be responsive, and elements should adjust correctly to accommodate smaller screen sizes.
Actual behaviour
Elements are not adjust correctly to accommodate smaller screen sizes.
Suggested Solution
This problem likely lies within the CSS or UI framework used for styling the tabs. We should review the styling rules for these elements and ensure they are responsive.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: