Fed up with Gitlab huddling in just the center section of a wide screen, leaving several square kilometers of unused space going to waste? Apply this style and all of your problems are altered.
Now you have uber-long lines to wade through.
I prefer this... most of the time.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name gitlab - wide screen
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
/* Make more use of wide screens */
.container,
.content-wrapper,
.container-limited,
.container-limited.limit-container-width,
.container-fluid.limit-container-width,
.limit-container-width,
.limit-container-width .issuable-details .detail-page-description,
.limit-container-width .flash-container {
max-width: none;
width: 100%;
}