Skip to content

Commit

Permalink
Fixed width and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamesallen15 committed Jan 11, 2024
1 parent 6bbc445 commit 3b7dfa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## v4.92.0 Fixes

- `[Cards]` Fixed title alignment for bordered and borderless. ([#8212](https://github.com/infor-design/enterprise/issues/8212))
- `[Locale]` Changed all `zh` locales time format as suggested by native speakers. ([#8313](https://github.com/infor-design/enterprise/issues/8313))
- `[Modal]` Fixed a bug where the modal would shift up when toggling a switch inside of it. ([#8018](https://github.com/infor-design/enterprise/issues/8018))
- `[Process Indicator]` Adjusted alignment of icon in compact process indicator. ([#8241](https://github.com/infor-design/enterprise/issues/8241))
Expand Down
1 change: 1 addition & 0 deletions src/components/cards/_cards-new.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
padding-left: 16px;
padding-right: 8px;
padding-top: 0;
width: 360px;
}

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

0 comments on commit 3b7dfa0

Please sign in to comment.