Skip to content

Operations dashboard on 12.10.1-ee

Browser: Firefox & Chrome

Dark-GitLab version: 1.2.1

Screenshot/gif:

Screen_Shot_2020-05-06_at_2.19.16_PM

Describe the issue (if necessary):

Link to the page where the issue occurs: https:///-/operations

HTML of the section where the issue occurs (if necessary):

This is my quick & dirty css to fix it:

  .dashboard-card-body .ci-table {
    margin-top: 0;
    border: none;
    background-color: transparent !important;
    border-radius: initial;
  }
  .dashboard-card-body .ci-table .branch-commit {
    /* i just decided to remove it instead of changing the color
    border: 1px solid var(--darker);
    padding: 0 0 0.2rem 0.2rem;
    background-color: var(--dark) !important;

    border-radius: 4px;
    */
  }
  .dashboard-card-body .text-secondary {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dashboard-card-body-failed {
    background-color: #352422;
  }
  .dashboard-card-header-failed, .dashboard-card-footer-failed {
    background-color: #412925;
  }
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information