Skip to content

Commit

Permalink
Merge pull request #8357 from infor-design/8351-widget-header-width
Browse files Browse the repository at this point in the history
8351 - [Preview] Cards Widget Header
  • Loading branch information
tmcconechy committed Jan 22, 2024
2 parents 68aaa06 + 091d93a commit 73b7601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

## v4.92.0 Fixes

- `[Cards]` Fixed widget header alignment with the parent. ([#8351](https://github.com/infor-design/enterprise/issues/8351))
- `[Cards]` Fixed title alignment for bordered and borderless. ([#8212](https://github.com/infor-design/enterprise/issues/8212))
- `[Contextual Action Panel]` Fixed alignments of searchfield icons in RTL. ([#8208](https://github.com/infor-design/enterprise/issues/8208))
- `[Datagrid]` Replaced the toolbar with a flex toolbar for the editable example. ([#8093](https://github.com/infor-design/enterprise/issues/8093))
Expand Down
2 changes: 1 addition & 1 deletion src/components/cards/_cards-new.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
padding-left: 16px;
padding-right: 8px;
padding-top: 0;
width: 360px;
width: inherit;
}

> button.btn-actions:not(.has-toolbar) {
Expand Down

0 comments on commit 73b7601

Please sign in to comment.