Skip to content

Commit

Permalink
argoproj#59 Catalog project details page - adjust header panel paddin…
Browse files Browse the repository at this point in the history
…g. (argoproj#62)
  • Loading branch information
wokeGit committed Nov 21, 2017
1 parent 17356de commit 31409a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LayoutSettings, HasLayoutSettings } from '../../layout/layout.component
import { ViewUtils, GlobalSearchSetting, LOCAL_SEARCH_CATEGORIES, BranchesFiltersComponent } from '../../../common';

@Component({
selector: 'ax-cataglog-overview',
selector: 'ax-catalog-overview',
templateUrl: './ax-catalog-overview.html',
styles: [ require('./ax-catalog-overview.scss') ],
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $toolbar-height: 12em;
@include ax-catalog-header;

height: $toolbar-height;
margin-left: -64px;
}

&__info {
Expand Down

0 comments on commit 31409a7

Please sign in to comment.