Cloud-CV/EvalAI

View on GitHub
frontend_v2/src/app/components/utility/selectphase/selectphase.component.scss

Summary

Maintainability
Test Coverage
:host li {
  margin: 20px 0px;
}

.hide-label {
  display: none;
}

.phase_name {
  white-space: normal;
}

.select_phase_form {
  display: unset;
}

::ng-deep .mat-select-panel mat-option.mat-option {
  height: unset;
}

::ng-deep .mat-option-text.mat-option-text {
  white-space: normal;
  overflow-wrap: break-word;
}

.private-badge {
  float: right;
  padding-right: 0px;
}

@media (max-width: 400px)  {
  .mat-form-field {
    margin-right: 40px;
    display: block;
  }
  .col-xs-12 {
    padding-bottom: 5px;
    width: 80%;
  }
}

::ng-deep .mat-select-placeholder {
  padding-bottom: 10px;
}

.phase-placeholder {
  padding-left: 10px;
}