mirror of
https://github.com/flarum/core.git
synced 2025-09-15 10:32:12 +02:00
Currently, the controls are on a new line due to the container div. We want to wrap ALL children of the alert, including the controls, in the container div. We need to split it into a separate class so that we can add modify the alert vnode AFTER the alert component's `view` logic has been applied.