Skip to content

Commit

Permalink
fix(KUI-1526): upgrade @kth/kth-node-web-common and adjust breadcrumbs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Andin authored and karlandindrakryggen committed Oct 28, 2024
1 parent cf8bdcd commit d2c076f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 25 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@kth/api-call": "^4.1.0",
"@kth/appinsights": "^0.3.1",
"@kth/kth-node-response": "^1.0.7",
"@kth/kth-node-web-common": "^9.3.0",
"@kth/kth-node-web-common": "^9.5.0",
"@kth/kth-reactstrap": "^0.4.78",
"@kth/log": "^4.0.7",
"@kth/monitor": "^4.2.1",
Expand Down
15 changes: 0 additions & 15 deletions public/css/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,6 @@
}
}

.kth-content.articleNavigation {
#breadcrumbs {
width: 100%;
margin-top: 15px;
ol {
margin: 0;
}

display: none;
@media (min-width: 992px) {
display: flex;
}
}
}

.kth-alert {
margin-bottom: 30px;
}
Expand Down
1 change: 1 addition & 0 deletions public/css/kurs-pm-web.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@use '~@kth/style/scss/components/content.scss';
@use '~@kth/style/scss/components/local-navigation.scss';
@use '~@kth/style/scss/components/kpm.scss';
@use '@kth/style/scss/components/breadcrumbs.scss';

@use '~kth-style/public/sass/variables/_svg_data' as svgData;

Expand Down
6 changes: 1 addition & 5 deletions server/views/partials/kthHeader.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@
</button>
</div>
</header>
<div class="kth-content articleNavigation">
<div class="row justify-content-between">
{{breadcrumbs breadcrumbsList lang}}
</div>
</div>
{{breadcrumbs breadcrumbsList lang}}
<!--indexOn: all-->

0 comments on commit d2c076f

Please sign in to comment.