Skip to content

Instantly share code, notes, and snippets.

@gorshkov-leonid
Last active June 16, 2023 15:50
Show Gist options
  • Save gorshkov-leonid/65bbc19e5d2a456db438b8919d64e06d to your computer and use it in GitHub Desktop.
Save gorshkov-leonid/65bbc19e5d2a456db438b8919d64e06d to your computer and use it in GitHub Desktop.

https://github.com/peshrus/gitlab-wide

https://chrome.google.com/webstore/detail/clngdbkpkpeebahjckkjfobafhncgmne

width 3840

66%:

.fixed-width-container,
.fixed-width-container *,
.limit-container-width,
.limit-container-width *,
.container-limited {
    max-width: 66% !important;    
}

.content-list.pipelines .ci-table table colgroup col:nth-child(1) {
    width: 6% !important;
    /* background: rgba(255,0,0,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(2) {
    width: 5% !important;
    /* background: rgba(0,255,0,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(3) {
    width: 4% !important;
    /* background: rgba(0,0,255,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(4) {
    width: 55% !important;
    /* background: rgba(0,255,255,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(5) {
    width: 10% !important;
    /* background: rgba(255,0,255,0.3); */
}
.content-list.pipelines .ci-table table colgroup col:nth-child(6) {
    width: 8% !important;
    /* background: rgba(255,255,0,0.3); */
}
.content-list.pipelines .ci-table table colgroup col:nth-child(7) {
    width: 8% !important;
    /* background: rgba(0,0,0,0.3); */
}

100%

.fixed-width-container,
.fixed-width-container *,
.limit-container-width,
.limit-container-width *,
.container-limited {
    max-width: 100% !important;    
}


.content-list.pipelines .ci-table table colgroup col:nth-child(1) {
     width: 5% !important; 
    /* background: rgba(255,0,0,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(2) {
    width: 5% !important;
    /* background: rgba(0,255,0,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(3) {
    width: 4% !important;
    /* background: rgba(0,0,255,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(4) {
    width: 62% !important;
    /* background: rgba(0,255,255,0.3); */
}

.content-list.pipelines .ci-table table colgroup col:nth-child(5) {
    width: 10% !important;
    /* background: rgba(255,0,255,0.3); */
}
.content-list.pipelines .ci-table table colgroup col:nth-child(6) {
    width: 8% !important;
    /* background: rgba(255,255,0,0.3); */
}
.content-list.pipelines .ci-table table colgroup col:nth-child(7) {
    width: 6% !important;
    /* background: rgba(0,0,0,0.3); */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment