Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ml_experiment_tracking.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 685719071b568d2dd23df7dd078f038a7c4f699a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '../page_bundles/mixins_and_variables_and_functions';

table.ml-candidate-table {
  tr td,
  tr th {
    padding: $gl-padding-8;
    min-width: 100px;

    > * {
      @include gl-display-block;
      @include gl-text-truncate;
    }
  }
}

table.candidate-details {
  td {
    padding: $gl-spacing-scale-3 $gl-spacing-scale-3 $gl-spacing-scale-3 0;
  }
}