Skip to content

Commit 1b87060

Browse files
committed
Prepare next release
1 parent 8e05178 commit 1b87060

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
## [0.6.12] - 2026-03-24
10-
119
### Added
1210

1311
- Add `FinderColumn.showSearchThreshold(int)`
@@ -16,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1614

1715
- Add padding to the finder preview matching the padding of the finder columns and items
1816

17+
## [0.6.12] - 2026-03-24
18+
19+
> [!WARNING]
20+
> Not an official release. Please don't use!
21+
1922
## [0.6.11] - 2026-03-24
2023

2124
> [!WARNING]

extensions/finder/npm/finder.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@
420420
overflow-y: auto;
421421
border-left: var(--pf-v6-c-finder__column--BorderRightWidth) solid var(--pf-v6-c-finder__column--BorderRightColor);
422422
margin-left: calc(var(--pf-v6-c-finder__column--BorderRightWidth) * -1);
423-
padding-block-start: var(--pf-v6-c-finder__column-header--PaddingBlockStart);
424-
padding-block-end: var(--pf-v6-c-finder__column-header--PaddingBlockEnd);
425-
padding-inline-start: var(--pf-v6-c-finder__column-header--PaddingInlineStart);
426-
padding-inline-end: var(--pf-v6-c-finder__column-header--PaddingInlineEnd);
423+
padding-block-start: var(--pf-v6-c-finder__preview--PaddingBlockStart);
424+
padding-block-end: var(--pf-v6-c-finder__preview--PaddingBlockEnd);
425+
padding-inline-start: var(--pf-v6-c-finder__preview--PaddingInlineStart);
426+
padding-inline-end: var(--pf-v6-c-finder__preview--PaddingInlineEnd);
427427
}

0 commit comments

Comments
 (0)