# Wagtail 6.0.2 release notes

*April 3, 2024*

> * [What’s new](#what-s-new)

## What’s new

### Bug fixes

* Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston)
* Resolve issue local development of docs when running `make livehtml` (Sage Abdullah)
* Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah)
* Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah)
* Move `modal-workflow.js` script usage to base admin template instead of ad-hoc imports so that choosers work in `ModelViewSet`s (Elhussein Almasri)
* Ensure JavaScript for common widgets such as `InlinePanel` is included by default in `ModelViewSet`’s create and edit views (Sage Abdullah)
* Reinstate styles for customizations of `extra_footer_actions` block in page create/edit templates (LB (Ben) Johnston, Sage Abdullah)
* Prevent crash when loading an empty table block in the editor (Sage Abdullah)

### Documentation

* Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah)
