[Makie, AlgebraOfGraphics] Multiline title pushed content out of frame

I want a plot with a multiline title. I am plotting via AlgebraOfGraphics.jl. The problem is that the title (set by current_axis().title = ) pushes content out of frame when it becomes multiline. I also tried adding Label objects above the axis, but that had the same effect. Below are pictures of the problem.

One line title:

Two line title:

Three line title:

With three lines, the first one is completely gone, along with my xlabel. Not great.

resize_to_layout!(current_figure()) did the trick.