One of the saddest UX failures of Drupal (and now Backdrop) is when someone updates field display settings four or five times with no effect. Usually this is because they click the "Update" button thinking their settings will update, but they don't. Not unless they also hit "Save". And the "Save" button is usually below the fold, so the poor unsuspecting user may not even know there is a save button.
Secret save
To solve this problem, we should make the update button actually save, too.
Related issue: https://github.com/backdrop/backdrop-issues/issues/573
Recent comments
PayPal Checkout works too!
Commerce shop system from Drupal
nice find! the links for the most recently updated issues in the core and contrib queues are a great way to stay on top of things—especially now that the feature freeze is just around the corner...
Seeing what issues are new
A simple way — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment. You can also create Fieldsets to...
Layout also for /node/add/ forms?