Skip to content

Commit

Permalink
Merge pull request #8603 from infor-design/8602-listview-ellipsis
Browse files Browse the repository at this point in the history
8602 - Fix button layout regression
  • Loading branch information
ericangeles committed Apr 8, 2024
2 parents b9156b9 + f8e1b0a commit 0859ec2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@

- `[Contextual Action Panel]` Fixed added padding on contextual action panel. ([#8553](https://github.com/infor-design/enterprise/issues/8553))
- `[Forms]` Fixed fileupload layout in compact form. ([#8537](https://github.com/infor-design/enterprise/issues/8537))
- `[Cards]` Fixed title and button regression and position. ([#8602](https://github.com/infor-design/enterprise/issues/8602))

## v4.94.0

Expand Down
5 changes: 3 additions & 2 deletions src/components/cards/_cards-new.scss
Expand Up @@ -310,8 +310,9 @@

&:not(.has-toolbar) {
> .btn-actions {
right: 0;
top: -1px;
right: 8px;
top: 7px;
position: absolute !important
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/components/cards/_cards.scss
Expand Up @@ -516,6 +516,7 @@ $card-header-section: '.card-header-section', '.widget-header-section';
> h1,
> button {
float: left;
margin-bottom: 1px;
}

.btn-actions,
Expand Down

0 comments on commit 0859ec2

Please sign in to comment.