Skip to content

Commit

Permalink
History Button: Add margin (#2448)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Ring <[email protected]>
  • Loading branch information
Wallabeng and Wallabeng authored Jan 28, 2025
1 parent 8597dc5 commit f1bd0c8
Show file tree
Hide file tree
Showing 6 changed files with 10 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.2.3",
"version": "18.2.4",
"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
3 changes: 3 additions & 0 deletions src/clr-addons/history/history.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@include exports('history.clr-addons') {
.clr-history {
margin-right: var(--cds-global-space-6);
}
.history-container {
padding-left: 15px;
margin-bottom: -8px;
Expand Down
3 changes: 2 additions & 1 deletion src/clr-addons/history/history.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2024 Porsche Informatik. All Rights Reserved.
* Copyright (c) 2018-2025 Porsche Informatik. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
*/
Expand All @@ -17,6 +17,7 @@ ClarityIcons.addIcons(historyIcon, angleIcon);
@Component({
selector: 'clr-history',
templateUrl: './history.html',
host: { class: 'clr-history' },
})
export class ClrHistory implements OnInit, OnDestroy {
@Input('clrUsername') username: string;
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.2.3",
"version": "18.2.4",
"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 f1bd0c8

Please sign in to comment.