mirror of
https://github.com/flarum/core.git
synced 2025-07-18 23:31:17 +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.