How do I create a fixed order for tabs?

Hi!

I have 8 tabs and the way they stack depends on the size of my screen. I would like it to always stack 4 on 4 regardless of screen size. Does anyone know how to do that?

Currently, on normal screens, it has 5 in the first row and 3 in the second and when I make the screens smaller it has 4 above and 4 below.

Might make each tab 25% the width of the container, and then control the container size depending on your breakpoint.