Skip to content

Commit

Permalink
fix for content header (#2337)
Browse files Browse the repository at this point in the history
* fix for content header

* fix website version

---------

Co-authored-by: Daniel Ninaus <[email protected]>
  • Loading branch information
tschambalamba and danielninaus authored Oct 23, 2024
1 parent 05df930 commit 0b43bbe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "clr-addons",
"version": "18.0.2",
"version": "18.0.3",
"private": true,
"scripts": {
"build:ui:css": "sass --source-map --precision=8 ./src/clr-addons/themes/phs/phs-theme.scss ./dist/clr-addons/styles/clr-addons-phs.css",
Expand Down
2 changes: 1 addition & 1 deletion src/clr-addons/components.clr-addons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body,
}

.content-header {
padding: 0.5rem 0.5rem 0.15rem 1rem;
padding: 0.3rem 0.5rem 0.3rem 1rem;
display: flex;
align-items: center;
flex: 0 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion src/clr-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porscheinformatik/clr-addons",
"version": "18.0.2",
"version": "18.0.3",
"description": "Addon components for Clarity Angular",
"es2015": "esm2015/clr-addons.js",
"homepage": "https://porscheinformatik.github.io/clarity-addons/",
Expand Down
2 changes: 1 addition & 1 deletion website/package-lock.json

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

0 comments on commit 0b43bbe

Please sign in to comment.