Skip to content

Commit 870be1a

Browse files
committed
chore: update changelog
1 parent a21fde6 commit 870be1a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where custom content would overflow its container cell.
12+
913
## [3.7.0] DataWidgets - 2025-11-11
1014

1115
### Changed

packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ $root: ".widget-datagrid";
266266

267267
> .td-custom-content {
268268
flex-grow: 1;
269+
width: 100%;
269270
}
270271

271272
> .empty-placeholder {

0 commit comments

Comments
 (0)