-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sequence widgets #518
base: main
Are you sure you want to change the base?
Fix sequence widgets #518
Conversation
@krysros thank you for your contribution! It will be a while until I can review this. Meanwhile deformdemo needs to be updated so the functional tests pass. Please let me know if you need help to get that running locally. We have pretty good docs to help you get started in https://github.com/Pylons/deform/blob/main/contributing.md This also needs a note in CHANGES.txt. Side note, |
I work on Windows, so running functional tests will not be an easy task. Maybe I'll try it on a virtual machine. For now I'm pretty sure that to fix this conflict it is enough to change "panel-heading" class to "card-header" in this line: |
This is what it looks like after the changes. We can go back to the icons in Bootstrap 5. |
Example
Before
After