diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e5d3ec3..c6424fba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - ``: - `shouldHaveMinimalSetup`: Even if set to false, the edit history feature will still be explicitly enabled. +- ``: + - column display is only enabled if the container is large enough, this way property name containers do not get to small ### Fixed - ``: - Code markup inside tooltips was hardly readable because of low contrast. +- ``: + - fix width if it contains a label with `OverflowText` children + - tooltip is displayed correctly inside the container ## [26.0.0] - 2026-07-08 diff --git a/src/components/PropertyValuePair/PropertyName.tsx b/src/components/PropertyValuePair/PropertyName.tsx index 75d0df33e..71e7eb7f6 100644 --- a/src/components/PropertyValuePair/PropertyName.tsx +++ b/src/components/PropertyValuePair/PropertyName.tsx @@ -43,9 +43,9 @@ export const PropertyName = ({
{typeof children === "string" ? (