Skip to content

Added user preference to change layout width

Created by: gopeter

As discussed here, I've added an option to choose between a small and a wide application layout. Old MR: #9696

To achieve this, I've added a new column to the user table which stores the layout option and extended the fluid_layout function which now uses the user preference.

Screenshot before:

before

Screenshot after:

after

Merge request reports