'How to set Bulma level breakpoint to a larger value

I am using the Bulma CSS framework in a Vue app. I am using the level component to display a set of items in a horizontal chain. The level is automatically stacking them vertically on smaller screens, which works as intended.

Now my items are few, but they also wider as in the example in the documentation. Thus my items get "crushed" quite early, on tablet-like sizes already.

enter image description here

How to set, for a single Bulma level component, the level breakpoint at a wider width, so that vertical stacking begins earlier (at tablet width for example)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source