Grid CSS rules that should be applied:
ul.wp-block-dss-jobbnorge.is-grid { display: flex; flex-wrap: wrap; }ul.wp-block-dss-jobbnorge.columns-3 li { width: calc(33.33333% - 1em); }ul.wp-block-dss-jobbnorge.is-grid li { margin: 0 1em 1em 0; }Note: The grid has red borders and individual items have blue borders to show the layout visually.