Importing template css style missing

I really love the new mass import template feature. I found that .flex-lg-column for some reason is left out of a html div tag. Easy enough to add back to the pages that were missing it but thought I would mention.

Code to import:

position-relative h-100 flex-lg-column ps-3 px-lg-3 pt-lg-3 pb-lg-2

Code that got imported (on a div)

position-relative h-100 ps-3 px-lg-3 pt-lg-3 pb-lg-2