Code: ```elixir view do row do column(size: 4) do panel(title: "Journey's Logs", color: :red, height: :fill) do # for l in Enum.take(history, ) end end end row do column(size: 6) do panel(title: "Your orders, mi'lord?", color: :red, height: :fill) do end end end end ``` Result:  Env: Ubuntu 18.04 via WSL2