Skip to content
Snippets Groups Projects
Commit ea25ff88 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Merge branch 'last_option_not_all' into 'main'

Not adding 'All' to the autocomplete select boxes (i.e. review fields)

See merge request !1333
parents a01a12a5 ea57e0ff
No related branches found
No related tags found
2 merge requests!1390Catch up with Main,!1333Not adding 'All' to the autocomplete select boxes (i.e. review fields)
Pipeline #9795 passed
Pipeline: workspaces

#9797

    Pipeline: workspaces

    #9796

      ......@@ -13,14 +13,16 @@
      }
      }
      mat-option:last-child:before {
      content: 'All (';
      }
      .mat-select-panel-wrap {
      mat-option:last-child:before {
      content: 'All (';
      }
      mat-option:last-child:after {
      content: ')';
      }
      mat-option:last-child:after {
      content: ')';
      }
      mat-option:last-child .mat-option-text {
      flex-grow: 0;
      mat-option:last-child .mat-option-text {
      flex-grow: 0;
      }
      }
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment